about summary refs log tree commit diff
path: root/Makefile.new
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T09·50+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T09·50+0000
commitf980755766e7cd74c0c959eaa2a6d4655980e2ea (patch)
tree56452922b75f19a707cdecc4cee936f8fe7e372c /Makefile.new
parente9b6397d2f902eb4f5bf0fd513013d92af074cfc (diff)
Split Makefile.lib into several *.mk files
Diffstat (limited to 'Makefile.new')
-rw-r--r--Makefile.new3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.new b/Makefile.new
index e1ed0615c54f..ed090a1f4739 100644
--- a/Makefile.new
+++ b/Makefile.new
@@ -14,5 +14,4 @@ SUBS = \
 
 GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
 
-include Makefile.lib
-
+include mk/lib.mk