12 lines
310 B
Text
12 lines
310 B
Text
|
--- libs/mcfg/Makefile.in.orig Mon Mar 19 02:59:51 2001
|
||
|
+++ libs/mcfg/Makefile.in Fri Oct 26 23:23:50 2007
|
||
|
@@ -14,7 +14,7 @@ INCLUDES= -I.
|
||
|
# replace -O with -g in order to debug
|
||
|
|
||
|
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
|
||
|
-CFLAGS= -O $(DEFINES)
|
||
|
+CFLAGS= @CFLAGS@ $(DEFINES)
|
||
|
|
||
|
SRCS = mcfg.c
|
||
|
OBJS = mcfg.o
|