diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4fee1bea883..8357655af3b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -486,6 +486,11 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \ | |||
| 486 | bootstrap-emacs$(EXEEXT) FORCE | 486 | bootstrap-emacs$(EXEEXT) FORCE |
| 487 | $(MAKE) -C ../admin/unidata all EMACS="../$(bootstrap_exe)" | 487 | $(MAKE) -C ../admin/unidata all EMACS="../$(bootstrap_exe)" |
| 488 | 488 | ||
| 489 | ## We require charprop.el to exist before ucs-normalize.el is | ||
| 490 | ## byte-compiled, because ucs-normalize.el needs to load 2 uni-*.el files. | ||
| 491 | $(lispsource)/international/ucs-normalize.elc: | \ | ||
| 492 | $(lispsource)/international/charprop.el | ||
| 493 | |||
| 489 | lispintdir = ${lispsource}/international | 494 | lispintdir = ${lispsource}/international |
| 490 | ${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE | 495 | ${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE |
| 491 | ${MAKE} -C ../admin/charsets $(notdir $@) | 496 | ${MAKE} -C ../admin/charsets $(notdir $@) |