diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 172fa8e47cd..e5c5ddbcbc6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -488,6 +488,12 @@ charsets = ${top_srcdir}/admin/charsets/charsets.stamp | |||
| 488 | ${charsets}: FORCE | 488 | ${charsets}: FORCE |
| 489 | ${MAKE} -C ../admin/charsets all | 489 | ${MAKE} -C ../admin/charsets all |
| 490 | 490 | ||
| 491 | charscript = ${lispintdir}/charscript.el | ||
| 492 | ${charscript}: FORCE | ||
| 493 | $(MAKE) -C ../admin/unidata $(notdir $@) | ||
| 494 | |||
| 495 | ${lispintdir}/characters.elc: ${charscript:.el=.elc} | ||
| 496 | |||
| 491 | ## The dumped Emacs is as functional and more efficient than | 497 | ## The dumped Emacs is as functional and more efficient than |
| 492 | ## bootstrap-emacs, so we replace the latter with the former. | 498 | ## bootstrap-emacs, so we replace the latter with the former. |
| 493 | ## Strictly speaking, emacs does not depend directly on all of $lisp, | 499 | ## Strictly speaking, emacs does not depend directly on all of $lisp, |
| @@ -557,7 +563,7 @@ $(lib)/libgnu.a: $(config_h) | |||
| 557 | ## This goes on to affect various things, and the emacs binary fails | 563 | ## This goes on to affect various things, and the emacs binary fails |
| 558 | ## to start if Vinstallation_directory has the wrong value. | 564 | ## to start if Vinstallation_directory has the wrong value. |
| 559 | temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \ | 565 | temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \ |
| 560 | $(lib)/libgnu.a $(EMACSRES) ${charsets} | 566 | $(lib)/libgnu.a $(EMACSRES) ${charsets} ${charscript} |
| 561 | $(AM_V_CCLD)$(CC) $(ALL_CFLAGS) $(TEMACS_LDFLAGS) $(LDFLAGS) \ | 567 | $(AM_V_CCLD)$(CC) $(ALL_CFLAGS) $(TEMACS_LDFLAGS) $(LDFLAGS) \ |
| 562 | -o temacs $(ALLOBJS) $(lib)/libgnu.a $(W32_RES_LINK) $(LIBES) | 568 | -o temacs $(ALLOBJS) $(lib)/libgnu.a $(W32_RES_LINK) $(LIBES) |
| 563 | $(MKDIR_P) $(etc) | 569 | $(MKDIR_P) $(etc) |