aboutsummaryrefslogtreecommitdiff
path: root/toxy/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-12 17:41:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-12 17:41:09 +0000
commit9070b485e8959458e16c62808b30fc1543c26a9f (patch)
tree556bf184857e2d1623d115d72f246b316b1408ec /toxy/Makefile
parent2449ff5cf599d10a3a7a2e00d863038f4de2561b (diff)
oops, forgot a carriage return
svn path=/trunk/externals/miXed/; revision=9696
Diffstat (limited to 'toxy/Makefile')
-rw-r--r--toxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/Makefile b/toxy/Makefile
index a2b197e..fada68d 100644
--- a/toxy/Makefile
+++ b/toxy/Makefile
@@ -9,7 +9,7 @@ checkwiq:
$(WIQFILE): $(WIDPATH)
@echo transferring widget definitions from \"$<\" to \"$@\"
# LATER think how to replace puts with pdtk_post
- printf '// Do not edit this file (edit "$<", and run "make").\n//\nputs stderr [concat loading built-in widget definitions]' \
+ printf '// Do not edit this file (edit "$<", and run "make").\n//\nputs stderr [concat loading built-in widget definitions]\n' \
| cat - $< | sed \
-e '1,\|//$$|{p;d;}' \
-e 's/\([\\\"]\)/\\\1/g' \