Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] [gdb] Remove gdb-gdb.gdb dependency in make all rule
@ 2026-09-04 10:44 Tom de Vries
  2026-09-04 13:12 ` Andrew Burgess
  0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2026-09-04 10:44 UTC (permalink / raw)
  To: gdb-patches

In gdb/Makefile.in we have:
...
all: gdb$(EXEEXT) $(CONFIG_ALL) gdb-gdb.gdb gcore gstack gdb-add-index
...

The dependency on gdb-gdb.gdb made sense before commit ffeb311d2cd
("[gdb/build] Rename gdb/gdb-gdb.gdb.in to gdb/gdb-gdb.gdb"), but now we
use AC_CONFIG_LINKS and there's no longer a corresponding make rule.

Remove gdb-gdb.gdb from the dependency list.
---
 gdb/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 767f9280864..d8db6eecf0f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2088,7 +2088,7 @@ generated_files = \
 # Flags needed to compile Python code
 PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
-all: gdb$(EXEEXT) $(CONFIG_ALL) gdb-gdb.gdb gcore gstack gdb-add-index
+all: gdb$(EXEEXT) $(CONFIG_ALL) gcore gstack gdb-add-index
 	@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=$(SUBDIRS)" subdir_do
 
 # Rule for compiling .c files.

base-commit: 32090b27e92cb8fd4998e8e8e65d43f445545bc7
-- 
2.51.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-04 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 10:44 [PATCH] [gdb] Remove gdb-gdb.gdb dependency in make all rule Tom de Vries
2026-09-04 13:12 ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox