bfd: Make bfd.stamp depend on source bfd.texi
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Jan 2022 17:08:43 +0000 (09:08 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 26 Jan 2022 13:30:50 +0000 (05:30 -0800)
Make bfd.stamp depend on source bfd.texi to avoid regenerating
doc/bfd.info for each make run.

PR binutils/28807
* Makefile.in: Regenerate.
* doc/local.mk (%D%/bfd.stamp): Depend on $(srcdir)/%D%/bfd.texi.

bfd/Makefile.in
bfd/doc/local.mk

index 5a9b32cd25cae87caf3cc837bbf80fd86f2fe3b6..b8e5ea0153fcecc152ec1f09ff04feaf42c368d3 100644 (file)
@@ -2504,8 +2504,9 @@ doc/%.stamp: $(srcdir)/%.h $(srcdir)/doc/doc.str $(MKDOC) doc/$(am__dirstamp)
 doc/%.stamp: $(srcdir)/%.c $(srcdir)/doc/doc.str $(MKDOC) doc/$(am__dirstamp)
        $(AM_V_GEN)$(REGEN_TEXI)
 
-# Avoid the %.stamp generating a builddir/bfd.texi that overrides the srcdir/.
-doc/bfd.stamp: doc/$(am__dirstamp) ; $(AM_V_at)touch $@
+# Avoid the %.stamp generating a builddir/bfd.texi that overrides the
+# srcdir/ as well as regenerating doc/bfd.info for each make run.
+doc/bfd.stamp: $(srcdir)/doc/bfd.texi ; $(AM_V_at)touch $@
 
 # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
 # bfd.texi on an 8.3 filesystem.
index 9bf4815d8c6dfd36b4523d6fcc3ea83443f88754..931942f874c59b20116df2d202aa9e0a40aa926b 100644 (file)
@@ -118,8 +118,9 @@ REGEN_TEXI = \
 %D%/%.stamp: $(srcdir)/%.c $(srcdir)/%D%/doc.str $(MKDOC) %D%/$(am__dirstamp)
        $(AM_V_GEN)$(REGEN_TEXI)
 
-# Avoid the %.stamp generating a builddir/bfd.texi that overrides the srcdir/.
-%D%/bfd.stamp: %D%/$(am__dirstamp) ; $(AM_V_at)touch $@
+# Avoid the %.stamp generating a builddir/bfd.texi that overrides the
+# srcdir/ as well as regenerating doc/bfd.info for each make run.
+%D%/bfd.stamp: $(srcdir)/%D%/bfd.texi ; $(AM_V_at)touch $@
 
 # We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
 # bfd.texi on an 8.3 filesystem.