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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue