about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index df72578cc54b..0ad6bb236c82 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 makefiles = \
+  local.mk \
   src/boost/format/local.mk \
   src/libutil/local.mk \
   src/libstore/local.mk \
@@ -18,8 +19,6 @@ makefiles = \
   doc/manual/local.mk \
   tests/local.mk
 
-GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
-
 include Makefile.config
 
 include mk/lib.mk