mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
67d231c046
This reverts commit619eeb658a
, reversing changes made to1af94bf471
.
6 lines
121 B
Makefile
6 lines
121 B
Makefile
%.gen.hh: %
|
|
@echo 'R"__NIX_STR(' >> $@.tmp
|
|
$(trace-gen) cat $< >> $@.tmp
|
|
@echo ')__NIX_STR"' >> $@.tmp
|
|
@mv $@.tmp $@
|