(CFLAGS): Refer @CFLAGS@.
authortomo <tomo>
Tue, 8 Jul 2003 17:20:09 +0000 (17:20 +0000)
committertomo <tomo>
Tue, 8 Jul 2003 17:20:09 +0000 (17:20 +0000)
Makefile.in

index dbb0ec0..c18b01e 100644 (file)
@@ -1,7 +1,7 @@
 CC = @CC@
 DEFS = @DEFS@
 LIBS = @LIBS@ -ldb
-CFLAGS = $(DEFS) -g -O2 -c
+CFLAGS = @CFLAGS@ -c
 
 LIBTOOL = @LIBTOOL@