forked from Imagelibrary/binutils-gdb
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:
@@ -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>
|
2021-06-05 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* data-directory/Makefile.in (Makefile): Rewrite.
|
* data-directory/Makefile.in (Makefile): Rewrite.
|
||||||
|
|||||||
@@ -411,7 +411,7 @@ clean-info:
|
|||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
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.
|
# Disable implicit make rules.
|
||||||
include $(srcdir)/../disable-implicit-rules.mk
|
include $(srcdir)/../disable-implicit-rules.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user