civodul pushed a commit to tag 1.8
in repository guix.
commit f0610e28e8d4da86b90d10bfb85bbfc72219cf28
Author: Eelco Dolstra <[email protected]>
Date: Wed Aug 20 18:33:07 2014 +0200
Install config.h only once
---
local.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/local.mk b/local.mk
index aaf8f54..d9e13a9 100644
--- a/local.mk
+++ b/local.mk
@@ -10,4 +10,4 @@ GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore
-I src/libmain -I
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call
install-file-in, $(i), $(includedir)/nix, 0644)))
-$(foreach i, config.h $(call rwildcard, src/boost, *.hpp), $(eval $(call
install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))),
0644)))
+$(foreach i, $(call rwildcard, src/boost, *.hpp), $(eval $(call
install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))),
0644)))