guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

146/376: Install config.h only once


From: Ludovic Courtès
Subject: 146/376: Install config.h only once
Date: Wed, 28 Jan 2015 22:04:38 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit f0610e28e8d4da86b90d10bfb85bbfc72219cf28
Author: Eelco Dolstra <address@hidden>
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]