summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-09-15 18:59:49 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-09-15 18:59:49 +0100
commitbe85eb5d0b79391ce48340a2425dafa218027369 (patch)
treef8bacb4d99616dbbdeed00b56881dd72e44f27d1 /src/Makefile
parentbaa9dd247461a024a3eca252de6b3782d72ec4a3 (diff)
Makefile: Include system header in generated dependencies
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6511b9b4..bf35a70f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -45,7 +45,7 @@ kak : $(objects)
-include $(deps)
.%.o: %.cc
- $(CXX) $(CXXFLAGS) -MMD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $<
+ $(CXX) $(CXXFLAGS) -MD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $<
tags:
ctags -R