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