diff options
| author | Kenichi Handa | 2007-06-15 06:42:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-06-15 06:42:18 +0000 |
| commit | 9001653a22bf8228f06a2a39a7bf12403fd46495 (patch) | |
| tree | 51f6a32c7bb376710da853f5c61eca699f6aa0a2 /src | |
| parent | 4ff64219f26e82e5a2cbdd735604b9d8de55e26d (diff) | |
| download | emacs-9001653a22bf8228f06a2a39a7bf12403fd46495.tar.gz emacs-9001653a22bf8228f06a2a39a7bf12403fd46495.zip | |
(${lispsource}international/charprop.el): Depend on temacs${EXEEXT}.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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= \ | |||
| 806 | ${lispsource}language/japanese.el \ | 806 | ${lispsource}language/japanese.el \ |
| 807 | ${lispsource}language/korean.el \ | 807 | ${lispsource}language/korean.el \ |
| 808 | ${lispsource}language/lao.el \ | 808 | ${lispsource}language/lao.el \ |
| 809 | ${lispsource}language/tay-viet.el \ | ||
| 809 | ${lispsource}language/thai.el \ | 810 | ${lispsource}language/thai.el \ |
| 810 | ${lispsource}language/tibetan.elc \ | 811 | ${lispsource}language/tibetan.elc \ |
| 811 | ${lispsource}language/vietnamese.el \ | 812 | ${lispsource}language/vietnamese.el \ |
| @@ -894,6 +895,7 @@ shortlisp= \ | |||
| 894 | ../lisp/language/japanese.el \ | 895 | ../lisp/language/japanese.el \ |
| 895 | ../lisp/language/korean.el \ | 896 | ../lisp/language/korean.el \ |
| 896 | ../lisp/language/lao.el \ | 897 | ../lisp/language/lao.el \ |
| 898 | ../lisp/language/tay-viet.el \ | ||
| 897 | ../lisp/language/thai.el \ | 899 | ../lisp/language/thai.el \ |
| 898 | ../lisp/language/tibetan.elc \ | 900 | ../lisp/language/tibetan.elc \ |
| 899 | ../lisp/language/vietnamese.el \ | 901 | ../lisp/language/vietnamese.el \ |
| @@ -1000,7 +1002,7 @@ ${libsrc}make-docfile${EXEEXT}: | |||
| 1000 | UNIDATA=${admindir}unidata/UnicodeData.txt | 1002 | UNIDATA=${admindir}unidata/UnicodeData.txt |
| 1001 | #endif | 1003 | #endif |
| 1002 | 1004 | ||
| 1003 | ${lispsource}international/charprop.el: ${UNIDATA} | 1005 | ${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} |
| 1004 | RUNEMACS="$(RUN_TEMACS)"; \ | 1006 | RUNEMACS="$(RUN_TEMACS)"; \ |
| 1005 | cd ${admindir}unidata; \ | 1007 | cd ${admindir}unidata; \ |
| 1006 | $(MAKE) $(MFLAGS) \ | 1008 | $(MAKE) $(MFLAGS) \ |