From: Jason Rumney Date: Sat, 2 Feb 2008 01:42:26 +0000 (+0000) Subject: ($(CHARPROP)): Use $(DEL) for deleting. X-Git-Tag: emacs-pretest-23.0.90~8271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25f6b8b150b507b9b7edc1d6d8d0c0674dc5c3c2;p=emacs.git ($(CHARPROP)): Use $(DEL) for deleting. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index dc9b161018e..e0d9e0a28d2 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -261,7 +261,7 @@ $(TLASTLIB): $(BLD)/lastfile.$(O) $(CHARPROP): $(UNIDATA) $(UNIDATA_GEN) $(RUNTEMACS) -batch --load $(UNIDATA_GEN) -f unidata-gen-files $(UNIDATA) $(CP) *.el ../lisp/international - $(RM) *.el + $(DEL) *.el $(UNIDATA): $(UNIDATA_SRC) sed -e $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE) -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@