aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e4fc2fef711..a2f7ea011c3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -948,7 +948,9 @@ NATIVE_COMPILATION_AOT = @NATIVE_COMPILATION_AOT@
948endif 948endif
949 949
950ifneq ($(XCONFIGURE),android) 950ifneq ($(XCONFIGURE),android)
951$(lispsource)/loaddefs.el: | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp) 951$(lispsource)/loaddefs.el: | \
952 bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp) \
953 $(lispsource)/international/charprop.el
952 $(MAKE) -C ../lisp autoloads EMACS="$(bootstrap_exe)" 954 $(MAKE) -C ../lisp autoloads EMACS="$(bootstrap_exe)"
953endif 955endif
954 956