changeset 91874:c05481b64567

(unidata.txt): Don't use $<, it's non-portable in this context.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Feb 2008 15:01:45 +0000
parents 008f96c5e9bc
children f6acc1fe7932
files admin/unidata/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/unidata/makefile.w32-in	Sat Feb 16 15:00:22 2008 +0000
+++ b/admin/unidata/makefile.w32-in	Sat Feb 16 15:01:45 2008 +0000
@@ -38,7 +38,7 @@
 unidata.txt: UnicodeData.txt
 	sed -e \
 	  $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\
-	  -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@
+	  -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < UnicodeData.txt > $@
 
 charprop-SH: unidata-gen.elc unidata.txt
 	ELC=$(CURDIR)/unidata-gen.elc; \