diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7890ea9878e..0b0d1768b5c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -495,7 +495,7 @@ LIBES = $(LIBS) $(W32_LIBS) $(LIBS_GNUSTEP) $(LIBX_BASE) $(LIBIMAGE) \ | |||
| 495 | $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) | 495 | $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) |
| 496 | 496 | ||
| 497 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) | 497 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) |
| 498 | $(MAKE) -C ../leim leim-list.el EMACS="$(bootstrap_exe)" | 498 | $(MAKE) -C ../leim all EMACS="$(bootstrap_exe)" |
| 499 | 499 | ||
| 500 | ## FORCE it so that admin/unidata can decide whether these files | 500 | ## FORCE it so that admin/unidata can decide whether these files |
| 501 | ## are up-to-date. Although since charprop depends on bootstrap-emacs, | 501 | ## are up-to-date. Although since charprop depends on bootstrap-emacs, |