[binutils-gdb] binutils: add missing prefix for binutils/index.html rule
Michael Frysinger
vapier@sourceware.org
Wed Dec 1 21:01:34 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cd06c1cab28099ab9ac69ea4e76a9d4b35119eb0
commit cd06c1cab28099ab9ac69ea4e76a9d4b35119eb0
Author: Mike Frysinger <vapier@gentoo.org>
Date: Wed Dec 1 16:00:26 2021 -0500
binutils: add missing prefix for binutils/index.html rule
Diff:
---
binutils/Makefile.in | 2 +-
binutils/doc/local.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index f49da1afe17..ce1fdfcac49 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -2129,7 +2129,7 @@ doc/$(DEMANGLER_NAME).1: doc/cxxfilt.man Makefile doc/$(am__dirstamp)
> doc/$(DEMANGLER_NAME).1
html-local: doc/binutils/index.html
-binutils/index.html: doc/binutils.texi $(binutils_TEXINFOS)
+doc/binutils/index.html: doc/binutils.texi $(binutils_TEXINFOS)
$(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
--split=node -I$(srcdir) $(srcdir)/doc/binutils.texi
diff --git a/binutils/doc/local.mk b/binutils/doc/local.mk
index c4980963f4b..dac28f20b16 100644
--- a/binutils/doc/local.mk
+++ b/binutils/doc/local.mk
@@ -174,7 +174,7 @@ MAINTAINERCLEANFILES += $(man_MANS) %D%/binutils.info %D%/cxxfilt.man
> %D%/$(DEMANGLER_NAME).1
html-local: %D%/binutils/index.html
-binutils/index.html: %D%/binutils.texi $(binutils_TEXINFOS)
+%D%/binutils/index.html: %D%/binutils.texi $(binutils_TEXINFOS)
$(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
--split=node -I$(srcdir) $(srcdir)/%D%/binutils.texi
More information about the Binutils-cvs
mailing list