]> code.delx.au - gnu-emacs/blobdiff - admin/unidata/makefile.w32-in
* eshell/em-unix.el (eshell/su): Require tramp.
[gnu-emacs] / admin / unidata / makefile.w32-in
index 6a877e0c1d016eecbbbc9ddf6d35464e99f7fb6d..0e9b9f0d2bdfefafa47318c334ce37fbd10fc258 100644 (file)
@@ -29,7 +29,7 @@ EMACSLOADPATH = $(lisp);$(lisp)/international;$(lisp)/emacs-lisp
 # Quote EMACS so it could be a file name with embedded whitespace
 RUNEMACS = "$(EMACS)" -Q -batch
 
-all: $(DSTDIR)/charprop.el ../../src/biditype.h ../../src/bidimirror.h
+all: $(DSTDIR)/charprop.el
 
 .el.elc:
        $(RUNEMACS) -f batch-byte-compile $<
@@ -51,16 +51,6 @@ charprop-CMD: unidata-gen.elc unidata.txt
 
 ${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)
 
-../../src/biditype.h: UnicodeData.txt
-       gawk -F";" -f biditype.awk -v BINMODE=2 $< > biditype.h
-       $(CP) biditype.h $@
-       $(DEL) biditype.h
-
-../../src/bidimirror.h: BidiMirroring.txt
-       gawk -F"[; ]+" -f bidimirror.awk -v BINMODE=2 $< > bidimirror.h
-       $(CP) bidimirror.h $@
-       $(DEL) bidimirror.h
-
 clean:
-       - $(DEL) unidata-gen.elc unidata.txt biditype.h bidimirror.h
+       - $(DEL) unidata-gen.elc unidata.txt