13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2007/10/24 14:58:57 steven Exp $
|
|
--- Makefile.in.orig 2003-08-20 02:26:41.000000000 -0400
|
|
+++ Makefile.in 2003-08-20 02:38:21.000000000 -0400
|
|
@@ -66,7 +66,7 @@ INCLUDES = \
|
|
LIB = \
|
|
@V_LIBS@
|
|
|
|
-CFLAGS = $(CCOPT) $(DEFINE)
|
|
+CFLAGS = @CFLAGS@ $(DEFINE)
|
|
|
|
# Explicitly define compilation rules since SunOS 4's make doesn't like gcc.
|
|
# Also, gcc does not remove the .o before forking 'as', which can be a
|