diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T17·49+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T17·49+0100 |
commit | 27dc76c1a5dbe654465245ff5f6bc22e2c8902da (patch) | |
tree | e92608ba704289e18c085759f00caa66bf653c2e /local.mk | |
parent | 1351b0df87a0984914769c5dc76489618b3a3fec (diff) |
Remove build-remote.pl.in
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local.mk b/local.mk index 2541f3f32290..eebd71961198 100644 --- a/local.mk +++ b/local.mk @@ -10,7 +10,7 @@ clean-files += Makefile.config GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr \ -Wno-unneeded-internal-declaration -$(foreach i, config.h $(call rwildcard, src/lib*, *.hh) src/nix-store/serve-protocol.hh, \ +$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \ $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644))) $(foreach i, $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644))) |