From: tomo Date: Tue, 8 Jul 2003 17:20:09 +0000 (+0000) Subject: (CFLAGS): Refer @CFLAGS@. X-Git-Tag: r0_1_1-pre1~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d0146524bb9945340df92c10cb84f1ce4d6aedb4;p=chise%2Flibchise.git (CFLAGS): Refer @CFLAGS@. --- diff --git a/Makefile.in b/Makefile.in index dbb0ec0..c18b01e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ CC = @CC@ DEFS = @DEFS@ LIBS = @LIBS@ -ldb -CFLAGS = $(DEFS) -g -O2 -c +CFLAGS = @CFLAGS@ -c LIBTOOL = @LIBTOOL@