+2008-02-16 Eli Zaretskii <eliz@gnu.org>
+
+ * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
+ non-portable in this context.
+
+ * unidata/Makefile.in (unidata.txt): Don't use $<, it's
+ non-portable in this context.
+
2008-02-09 Eli Zaretskii <eliz@gnu.org>
* unidata/makefile.w32-in (lisp): New variable.
${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; \
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; \