mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
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.
5 lines
109 B
Makefile
5 lines
109 B
Makefile
%.gen.hh: %
|
|
@echo 'R"foo(' >> $@.tmp
|
|
$(trace-gen) cat $< >> $@.tmp
|
|
@echo ')foo"' >> $@.tmp
|
|
@mv $@.tmp $@
|