public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: no rule to make sim/ppc/Makefile.in
@ 2024-02-24  1:33 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2024-02-24  1:33 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=93f83dcc94df9a186d2e5e0f4adcc990318eb480

commit 93f83dcc94df9a186d2e5e0f4adcc990318eb480
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Feb 21 15:28:39 2024 +1030

    sim: no rule to make sim/ppc/Makefile.in
    
    Seen with --enable-maintainer-mode.
    make[3]: *** No rule to make target '.../sim/ppc/Makefile.in', needed
    by 'ppc/stamp-pk'.  Stop.
    
            * sim/ppc/local.mk (stamp-pk): Depend on local.mk not
            Makefile.in.
            * Makefile.in: Regenerate.
    
    Approved-By: Tom Tromey <tom@tromey.com>

Diff:
---
 sim/Makefile.in  | 2 +-
 sim/ppc/local.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim/Makefile.in b/sim/Makefile.in
index 40cc9dc1871..ba27e9f5c8c 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -5900,7 +5900,7 @@ testsuite/common/bits64m63.c: testsuite/common/bits-gen$(EXEEXT) testsuite/commo
 @SIM_ENABLE_ARCH_ppc_TRUE@	$(AM_V_at)touch $@
 @SIM_ENABLE_ARCH_ppc_TRUE@ppc/hw.c ppc/hw.h: ppc/stamp-igen
 @SIM_ENABLE_ARCH_ppc_TRUE@$(srcdir)/ppc/pk.h: @MAINT@ ppc/stamp-pk ; @true
-@SIM_ENABLE_ARCH_ppc_TRUE@ppc/stamp-pk: $(srcdir)/ppc/Makefile.in $(ppc_PACKAGE_SRC) $(srcroot)/move-if-change
+@SIM_ENABLE_ARCH_ppc_TRUE@ppc/stamp-pk: $(srcdir)/ppc/local.mk $(ppc_PACKAGE_SRC) $(srcroot)/move-if-change
 @SIM_ENABLE_ARCH_ppc_TRUE@	$(AM_V_GEN)echo "/* Generated file by local.mk; do not edit.  */" > ppc/pk.hin; \
 @SIM_ENABLE_ARCH_ppc_TRUE@	f=""; \
 @SIM_ENABLE_ARCH_ppc_TRUE@	for i in $(ppc_PACKAGE_SRC) ; do \
diff --git a/sim/ppc/local.mk b/sim/ppc/local.mk
index 627a1c6da38..f9f134abe3c 100644
--- a/sim/ppc/local.mk
+++ b/sim/ppc/local.mk
@@ -265,7 +265,7 @@ BUILT_SOURCES += \
 ## NB: The first for loop is to remove duplicates.
 %C%_PACKAGE_SRC = %D%/pk_disklabel.c
 $(srcdir)/%D%/pk.h: @MAINT@ %D%/stamp-pk ; @true
-%D%/stamp-pk: $(srcdir)/%D%/Makefile.in $(%C%_PACKAGE_SRC) $(srcroot)/move-if-change
+%D%/stamp-pk: $(srcdir)/%D%/local.mk $(%C%_PACKAGE_SRC) $(srcroot)/move-if-change
 	$(AM_V_GEN)echo "/* Generated file by local.mk; do not edit.  */" > %D%/pk.hin; \
 	f=""; \
 	for i in $(%C%_PACKAGE_SRC) ; do \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-24  1:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24  1:33 [binutils-gdb] sim: no rule to make sim/ppc/Makefile.in Alan Modra

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).