mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Small fix
This commit is contained in:
parent
396ccad328
commit
db177ba685
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1224,7 +1224,7 @@ define DO_REF_STR
|
||||||
$(echo_cmd) "REF_STR $<"
|
$(echo_cmd) "REF_STR $<"
|
||||||
$(Q)rm -f $@
|
$(Q)rm -f $@
|
||||||
$(Q)echo "const char *fallbackShader_$(notdir $(basename $<)) =" >> $@
|
$(Q)echo "const char *fallbackShader_$(notdir $(basename $<)) =" >> $@
|
||||||
$(Q)cat $< | sed -e 's/^\(.*\)$$/\"\1\"/' >> $@
|
$(Q)cat $< | sed -e 's/^\(.*\)$$/\"\1\\n\"/' >> $@
|
||||||
$(Q)echo ";" >> $@
|
$(Q)echo ";" >> $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue