Fix gdb/data-directory Makefile-regeneration rule

My recent changes to the gdb build removed a special case for
data-directory/Makefile, but neglected to update the rule in that
Makefile.  This patch fixes the error by rewriting this rule.

gdb/ChangeLog
2021-06-05  Tom Tromey  <tom@tromey.com>

	* data-directory/Makefile.in (Makefile): Rewrite.
This commit is contained in:
Tom Tromey 2021-06-05 09:04:51 -06:00
parent b316465fab
commit 19d6d783e1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-06-05 Tom Tromey <tom@tromey.com>
* data-directory/Makefile.in (Makefile): Rewrite.
2021-06-05 Tom Tromey <tromey@adacore.com>
* configure: Rebuild.

View File

@ -411,7 +411,7 @@ clean-info:
MAKEOVERRIDES=
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(MAKE) data-directory/Makefile
cd .. && $(SHELL) ./config.status testsuite/Makefile
# Disable implicit make rules.
include $(srcdir)/../disable-implicit-rules.mk