[binutils-gdb] Really fix data-directory/Makefile rebuilding

Tom Tromey tromey@sourceware.org
Sat Jun 5 15:27:56 GMT 2021


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

commit 8ff8c543b4a6da9abbba7f406f13ba844cfe6d94
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Jun 5 09:26:25 2021 -0600

    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.

Diff:
---
 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  <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.
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


More information about the Gdb-cvs mailing list