From db177ba6852c99c038b1e3b5d870b8f604195088 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Tue, 8 Sep 2020 10:24:24 +0000 Subject: [PATCH] Small fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2c074e7..39561d73 100644 --- a/Makefile +++ b/Makefile @@ -1224,7 +1224,7 @@ define DO_REF_STR $(echo_cmd) "REF_STR $<" $(Q)rm -f $@ $(Q)echo "const char *fallbackShader_$(notdir $(basename $<)) =" >> $@ -$(Q)cat $< | sed -e 's/^\(.*\)$$/\"\1\"/' >> $@ +$(Q)cat $< | sed -e 's/^\(.*\)$$/\"\1\\n\"/' >> $@ $(Q)echo ";" >> $@ endef