projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94bd85
)
Drop redundant CFLAGS, was already included in CXXFLAGS
author
Jed Brown
<jed@59A2.org>
Fri, 20 Nov 2009 15:58:15 +0000
(16:58 +0100)
committer
Carl Worth
<cworth@cworth.org>
Sat, 21 Nov 2009 00:17:31 +0000
(
01:17
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b6861e9c665c97055499dc28c6f1c82a5188e73e..f9f7af03bcac8ecb874395c3aa94eb708633b183 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-32,7
+32,7
@@
include lib/Makefile.local
include Makefile.config
%.o: %.cc $(all_deps)
- $(CXX) -c $(C
FLAGS) $(C
XXFLAGS) $< -o $@
+ $(CXX) -c $(CXXFLAGS) $< -o $@
%.o: %.c $(all_deps)
$(CC) -c $(CFLAGS) $< -o $@