From 8ff8c543b4a6da9abbba7f406f13ba844cfe6d94 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 5 Jun 2021 09:26:25 -0600 Subject: [PATCH] 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 * data-directory/Makefile.in (Makefile): Use correct directory name. --- gdb/ChangeLog | 5 +++++ gdb/data-directory/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 59e68118628..58e288f4a6b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2021-06-05 Tom Tromey + + * data-directory/Makefile.in (Makefile): Use correct directory + name. + 2021-06-05 Tom Tromey * data-directory/Makefile.in (Makefile): Rewrite. diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index e1f3cd21a6c..888325f974e 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 -- 2.30.2