projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5faac4c
)
(CFLAGS): Refer @CFLAGS@.
author
tomo
<tomo>
Tue, 8 Jul 2003 17:20:09 +0000
(17:20 +0000)
committer
tomo
<tomo>
Tue, 8 Jul 2003 17:20:09 +0000
(17:20 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
dbb0ec0
..
c18b01e
100644
(file)
--- 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@