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:
80d2737
)
(CFLAGS): Add $(DEFS).
author
tomo
<tomo>
Wed, 24 Aug 2011 09:23:54 +0000
(09:23 +0000)
committer
tomo
<tomo>
Wed, 24 Aug 2011 09:23:54 +0000
(09:23 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
c03edf0
..
75e77b5
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-1,7
+1,7
@@
CC = @CC@
DEFS = @DEFS@
LIBS = @LIBS@
-CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes
+CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes @DEFS@
LIBTOOL = @LIBTOOL@