12 lines
372 B
Text
12 lines
372 B
Text
|
--- 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
|