diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 388923596c..70e31b5094 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -418,7 +418,8 @@ all: emacs$(EXEEXT) $(OTHER_FILES) $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) cd ../leim && $(MAKE) $(MFLAGS) leim-list.el EMACS="$(bootstrap_exe)" -$(lispsource)/international/charprop.el: bootstrap-emacs$(EXEEXT) +$(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \ + bootstrap-emacs$(EXEEXT) cd ../admin/unidata && $(MAKE) $(MFLAGS) all EMACS="../$(bootstrap_exe)" ## The dumped Emacs is as functional and more efficient than |