changeset 91404:31f34c650d32

($(CHARPROP)): Use $(DEL) for deleting.
author Jason Rumney <jasonr@gnu.org>
date Sat, 02 Feb 2008 01:42:26 +0000
parents 1ac518b328ba
children 30275283f62d
files src/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Sat Feb 02 01:17:40 2008 +0000
+++ b/src/makefile.w32-in	Sat Feb 02 01:42:26 2008 +0000
@@ -261,7 +261,7 @@
 $(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) < $< > $@