summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Allen <ra@ra.is>2012-12-20 00:15:17 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:30:21 +0000
commit4a08e3d6f62733ac3caa5280fb34214354b29690 (patch)
treeb05ff3d019621f8edb4026c1172676c844bb36d6 /Makefile
parenta9ef7b6bddb4d196b1339c086bb8daec829386b4 (diff)
Changed the MacOS-X build system to make UB's containing i386 and x86_64 arches and made make-macosx.sh not build UB's but only standard binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 734c402f..3c4b814d 100644
--- a/Makefile
+++ b/Makefile
@@ -998,7 +998,7 @@ define DO_REF_STR
$(echo_cmd) "REF_STR $<"
$(Q)rm -f $@
$(Q)echo "const char *fallbackShader_$(notdir $(basename $<)) =" >> $@
-$(Q)cat $< | sed 's/\\/\\\\/;s/\t/\\t/;s/\"/\\"/;s/$$/\\n"/;s/^/"/' >> $@
+$(Q)cat $< | sed 's/^/\"/;s/$$/\\n\"/' >> $@
$(Q)echo ";" >> $@
endef