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