]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Really fix data-directory/Makefile rebuilding
authorTom Tromey <tom@tromey.com>
Sat, 5 Jun 2021 15:26:25 +0000 (09:26 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 5 Jun 2021 15:26:25 +0000 (09:26 -0600)
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.

gdb/ChangeLog
gdb/data-directory/Makefile.in

index 59e68118628003d1e40561ddd93bc1d0fa7b8413..58e288f4a6b4be03221446d582815682e1eae3cd 100644 (file)
@@ -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.
index e1f3cd21a6cb68fd9a5b514af73c7a475c0173fe..888325f974e09539e40303c8c4ccc0aedfa37ae8 100644 (file)
@@ -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