projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115cae9
)
(CFLAGS): Add $(DEFS).
author
tomo
<tomo>
Wed, 24 Aug 2011 09:18:05 +0000
(09:18 +0000)
committer
tomo
<tomo>
Wed, 24 Aug 2011 09:18:05 +0000
(09:18 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
8cb5d59
..
8c9aa5b
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-1,7
+1,7
@@
CC = @CC@
DEFS = @DEFS@
LIBS = @LIBS@
-CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes
+CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes $(DEFS)
LIBTOOL = @LIBTOOL@