From 9070b485e8959458e16c62808b30fc1543c26a9f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 12 Apr 2008 17:41:09 +0000 Subject: oops, forgot a carriage return svn path=/trunk/externals/miXed/; revision=9696 --- toxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxy/Makefile') 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' \ -- cgit v1.2.1