changeset 91873:008f96c5e9bc

(unidata.txt): Don't use $<, it's non-portable in this context.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Feb 2008 15:00:22 +0000
parents b4fb4f870fc9
children c05481b64567
files admin/unidata/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/unidata/Makefile.in	Sat Feb 16 14:51:05 2008 +0000
+++ b/admin/unidata/Makefile.in	Sat Feb 16 15:00:22 2008 +0000
@@ -30,7 +30,7 @@
 	${RUNEMACS} -batch -f batch-byte-compile $<
 
 unidata.txt: UnicodeData.txt
-	sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < $< > $@
+	sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < UnicodeData.txt > $@
 
 ${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt
 	ELC=`/bin/pwd`/unidata-gen.elc; \