guix-commits
[Top][All Lists]
Advanced

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

101/376: make clean: Remove Makefile.config


From: Ludovic Courtès
Subject: 101/376: make clean: Remove Makefile.config
Date: Wed, 28 Jan 2015 22:04:19 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 45f9a91e186d91edbf2bed7d27b7fa7227730596
Author: Eelco Dolstra <address@hidden>
Date:   Wed Jul 30 11:36:28 2014 +0200

    make clean: Remove Makefile.config
---
 local.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/local.mk b/local.mk
index 6361e18..aaf8f54 100644
--- a/local.mk
+++ b/local.mk
@@ -4,6 +4,8 @@ endif
 
 dist-files += configure config.h.in nix.spec
 
+clean-files += Makefile.config
+
 GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain 
-I src/libexpr
 
 $(foreach i, config.h $(call rwildcard, src/lib*, *.hh), $(eval $(call 
install-file-in, $(i), $(includedir)/nix, 0644)))



reply via email to

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