aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-06-05 09:26:25 -0600
committerTom Tromey <tom@tromey.com>2021-06-05 09:26:25 -0600
commit8ff8c543b4a6da9abbba7f406f13ba844cfe6d94 (patch)
treef7c1b9a69b42edffc49116304d165e0ef024f1e2
parent19d6d783e1f76027fa9dc1f14658a157f582334a (diff)
downloadgdb-8ff8c543b4a6da9abbba7f406f13ba844cfe6d94.zip
gdb-8ff8c543b4a6da9abbba7f406f13ba844cfe6d94.tar.gz
gdb-8ff8c543b4a6da9abbba7f406f13ba844cfe6d94.tar.bz2
Really fix data-directory/Makefile rebuilding
Oops, I botched the last patch to fix data-directory/Makefile rebuilding, by copying the config.status line and forgetting to update the directory name. This one fixes the problem for real. gdb/ChangeLog 2021-06-05 Tom Tromey <tom@tromey.com> * data-directory/Makefile.in (Makefile): Use correct directory name.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/data-directory/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 59e6811..58e288f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2021-06-05 Tom Tromey <tom@tromey.com>
+ * data-directory/Makefile.in (Makefile): Use correct directory
+ name.
+
+2021-06-05 Tom Tromey <tom@tromey.com>
+
* data-directory/Makefile.in (Makefile): Rewrite.
2021-06-05 Tom Tromey <tromey@adacore.com>
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in
index e1f3cd2..888325f 100644
--- a/gdb/data-directory/Makefile.in
+++ b/gdb/data-directory/Makefile.in
@@ -411,7 +411,7 @@ clean-info:
MAKEOVERRIDES=
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd .. && $(SHELL) ./config.status testsuite/Makefile
+ cd .. && $(SHELL) ./config.status data-directory/Makefile
# Disable implicit make rules.
include $(srcdir)/../disable-implicit-rules.mk