From 45f9a91e186d91edbf2bed7d27b7fa7227730596 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 30 Jul 2014 11:36:28 +0200 Subject: make clean: Remove Makefile.config --- local.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'local.mk') diff --git a/local.mk b/local.mk index 6361e1872b..aaf8f548e1 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))) -- cgit 1.4.1