(unidata.txt): Don't use $<, it's non-portable in this context.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2008 15:02:12 +0000 (15:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Feb 2008 15:02:12 +0000 (15:02 +0000)
admin/ChangeLog
admin/unidata/Makefile.in
admin/unidata/makefile.w32-in

index d43c23b..ceb3654 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 75ec3e9..c0b9da8 100644 (file)
@@ -30,7 +30,7 @@ all: ${DSTDIR}/charprop.el
        ${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; \
index bf422f9..0a933e8 100644 (file)
@@ -38,7 +38,7 @@ all: $(DSTDIR)/charprop.el
 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; \