forked from lix-project/lix
make clean: Remove Makefile.config
This commit is contained in:
parent
3d221a7bb1
commit
45f9a91e18
2
local.mk
2
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)))
|
||||
|
|
Loading…
Reference in a new issue