aboutsummaryrefslogtreecommitdiff
path: root/mk/cxx-big-literal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/cxx-big-literal.mk')
-rw-r--r--mk/cxx-big-literal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/cxx-big-literal.mk b/mk/cxx-big-literal.mk
index 85365df8e..d64a171c8 100644
--- a/mk/cxx-big-literal.mk
+++ b/mk/cxx-big-literal.mk
@@ -1,5 +1,5 @@
%.gen.hh: %
- @echo 'R"foo(' >> $@.tmp
+ @echo 'R"__NIX_STR(' >> $@.tmp
$(trace-gen) cat $< >> $@.tmp
- @echo ')foo"' >> $@.tmp
+ @echo ')__NIX_STR"' >> $@.tmp
@mv $@.tmp $@