/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile: pass CPPFLAGS through to fllow customization
[git/git.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
910f471
..
da0cfda
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-246,7
+246,7
@@
endif
CFLAGS = -g -O2 -Wall
LDFLAGS =
-ALL_CFLAGS = $(CFLAGS)
+ALL_CFLAGS = $(C
PPFLAGS) $(C
FLAGS)
ALL_LDFLAGS = $(LDFLAGS)
STRIP ?= strip