aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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