public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: binutils@sourceware.org
Subject: [PATCH/committed] binutils: add missing prefix for binutils/index.html rule
Date: Wed,  1 Dec 2021 16:01:23 -0500	[thread overview]
Message-ID: <20211201210123.9148-1-vapier@gentoo.org> (raw)
In-Reply-To: <4fc10ffe-6a49-7083-c271-94347f75c4fb@codesourcery.com>

---
 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 f49da1afe17b..ce1fdfcac499 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 c4980963f4b4..dac28f20b16f 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
 
-- 
2.33.0


  reply	other threads:[~2021-12-01 21:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  9:06 [Patch] Build fail: "No rule to make target 'doc/binutils/index.html', needed by 'html-local'. Stop." Tobias Burnus
2021-12-01 21:01 ` Mike Frysinger [this message]
2021-12-02  9:38 ` "libctf: merge doc subdir up a level" – caused fail: "error: cannot find input file: `doc/Makefile.in'" Tobias Burnus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211201210123.9148-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).