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 6379582660c..83210b1317a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -642,11 +642,13 @@ endif
642## for the first time, this prevents any variation between configurations 642## for the first time, this prevents any variation between configurations
643## in the contents of the DOC file. 643## in the contents of the DOC file.
644## 644##
645$(etc)/DOC: $(libsrc)/make-docfile$(EXEEXT) $(doc_obj) 645$(etc)/DOC: $(libsrc)/make-docfile$(EXEEXT) $(doc_obj) $(lispsource)/loaddefs.el
646 $(AM_V_GEN)$(MKDIR_P) $(etc) 646 $(AM_V_GEN)$(MKDIR_P) $(etc)
647 $(AM_V_at)rm -f $(etc)/DOC 647 $(AM_V_at)rm -f $(etc)/DOC
648 $(AM_V_at)$(libsrc)/make-docfile -d $(srcdir) \ 648 $(AM_V_at)$(libsrc)/make-docfile -d $(srcdir) \
649 $(SOME_MACHINE_OBJECTS) $(doc_obj) > $(etc)/DOC 649 $(SOME_MACHINE_OBJECTS) $(doc_obj) > $(etc)/DOC
650 $(AM_V_at)$(libsrc)/make-docfile -a $(etc)/DOC -d $(lispsource) \
651 loaddefs.el
650 652
651$(libsrc)/make-docfile$(EXEEXT) $(libsrc)/make-fingerprint$(EXEEXT): \ 653$(libsrc)/make-docfile$(EXEEXT) $(libsrc)/make-fingerprint$(EXEEXT): \
652 $(lib)/libgnu.a 654 $(lib)/libgnu.a