make clean: Remove Makefile.config

This commit is contained in:
Eelco Dolstra 2014-07-30 11:36:28 +02:00
parent 3d221a7bb1
commit 45f9a91e18

View file

@ -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)))