diff options
Diffstat (limited to 'toxy/Makefile')
-rw-r--r-- | toxy/Makefile | 2 |
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' \ |