From 9001653a22bf8228f06a2a39a7bf12403fd46495 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 15 Jun 2007 06:42:18 +0000 Subject: [PATCH] (${lispsource}international/charprop.el): Depend on temacs${EXEEXT}. --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 9506d49e16b..cd6d14fc3a8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -806,6 +806,7 @@ lisp= \ ${lispsource}language/japanese.el \ ${lispsource}language/korean.el \ ${lispsource}language/lao.el \ + ${lispsource}language/tay-viet.el \ ${lispsource}language/thai.el \ ${lispsource}language/tibetan.elc \ ${lispsource}language/vietnamese.el \ @@ -894,6 +895,7 @@ shortlisp= \ ../lisp/language/japanese.el \ ../lisp/language/korean.el \ ../lisp/language/lao.el \ + ../lisp/language/tay-viet.el \ ../lisp/language/thai.el \ ../lisp/language/tibetan.elc \ ../lisp/language/vietnamese.el \ @@ -1000,7 +1002,7 @@ ${libsrc}make-docfile${EXEEXT}: UNIDATA=${admindir}unidata/UnicodeData.txt #endif -${lispsource}international/charprop.el: ${UNIDATA} +${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} RUNEMACS="$(RUN_TEMACS)"; \ cd ${admindir}unidata; \ $(MAKE) $(MFLAGS) \ -- 2.39.5