about summary refs log tree commit diff
path: root/Makefile.new
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.new')
-rw-r--r--Makefile.new3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.new b/Makefile.new
index af2c4cec3c4d..1ae88d42fefc 100644
--- a/Makefile.new
+++ b/Makefile.new
@@ -10,6 +10,7 @@ SUBS = \
   src/nix-env/Makefile.new \
   src/nix-daemon/Makefile.new
 
+GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
+
 include Makefile.lib
 
-CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr -O0