diff options
Diffstat (limited to 'toxy/Makefile')
-rw-r--r-- | toxy/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/toxy/Makefile b/toxy/Makefile index 1a1e2f5..07cd407 100644 --- a/toxy/Makefile +++ b/toxy/Makefile @@ -9,9 +9,12 @@ checkwiq: $(WIQFILE): $(WIDPATH) @echo transferring widget definitions from \"$<\" to \"$@\" @cat $< | sed \ --e '1i// Do not edit this file (edit \"$<\", and run \"make\").' \ --e '1i//' \ --e '1i\"puts stderr [concat loading built-in widget definitions]\\n\"' \ +-e '1i\ +// Do not edit this file (edit \"$<\", and run \"make\").' \ +-e '1i\ +//' \ +-e '1i\ +\"puts stderr [concat loading built-in widget definitions]\\n\"' \ -e 's/\([\\\"]\)/\\\1/g' \ -e 's/^.*$$/\"&\\n\"/' > $@ @if [ -f $(WIQFILE) ] && ! [ -s $(WIQFILE) ] ; then \ |