diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
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@ | |||
| 948 | endif | 948 | endif |
| 949 | 949 | ||
| 950 | ifneq ($(XCONFIGURE),android) | 950 | ifneq ($(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)" |
| 953 | endif | 955 | endif |
| 954 | 956 | ||