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 4ae80d2..1a1e2f5 100644 --- a/toxy/Makefile +++ b/toxy/Makefile @@ -15,6 +15,6 @@ $(WIQFILE): $(WIDPATH) -e 's/\([\\\"]\)/\\\1/g' \ -e 's/^.*$$/\"&\\n\"/' > $@ @if [ -f $(WIQFILE) ] && ! [ -s $(WIQFILE) ] ; then \ - echo ERROR: quoteinitializer failed... $(WIQFILE) removed ; \ + echo ERROR: transfer failed... $(WIQFILE) removed ; \ rm -f $(WIQFILE) ; fi include $(ROOT_DIR)/Makefile.common |