mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
f7c896cfd8
This pattern rule was unwisely hidden in `src/libstore/local.mk`. Now it is properly in `mk/` and we reuse it for the profile docs too.
6 lines
109 B
Makefile
6 lines
109 B
Makefile
%.gen.hh: %
|
|
@echo 'R"foo(' >> $@.tmp
|
|
$(trace-gen) cat $< >> $@.tmp
|
|
@echo ')foo"' >> $@.tmp
|
|
@mv $@.tmp $@
|