# HG changeset patch # User Eli Zaretskii # Date 1203174022 0 # Node ID 008f96c5e9bc9c7ae415527b10ebd460d5844eba # Parent b4fb4f870fc960f01e046d761ac9c3c826977b1f (unidata.txt): Don't use $<, it's non-portable in this context. diff -r b4fb4f870fc9 -r 008f96c5e9bc admin/unidata/Makefile.in --- 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; \