changeset 90936:8f324a2ed0de

(${lispsource}international/charprop.el): Depend on temacs${EXEEXT}.
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Jun 2007 06:42:18 +0000
parents 9f1c9eeab40d
children 96de5ecac1f2
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jun 13 22:54:26 2007 +0000
+++ b/src/Makefile.in	Fri Jun 15 06:42:18 2007 +0000
@@ -806,6 +806,7 @@
 	${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 @@
 	../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 @@
 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) \