From 25f6b8b150b507b9b7edc1d6d8d0c0674dc5c3c2 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 2 Feb 2008 01:42:26 +0000 Subject: [PATCH] ($(CHARPROP)): Use $(DEL) for deleting. --- src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) < $< > $@ -- 2.39.2