mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
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:
parent
b316465fab
commit
19d6d783e1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user