From 14b05069b61d8d86d52415acb1adea7a61547ac6 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 29 Mar 2004 17:09:53 +0000 Subject: toxy alpha10 svn path=/trunk/externals/miXed/; revision=1502 --- toxy/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'toxy/Makefile') 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 \ -- cgit v1.2.1