mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
fix config.status, Makefile dependencies
This commit is contained in:
@ -301,7 +301,7 @@ check:
|
|||||||
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
if [ -r config.status ]; then \
|
if [ -r config.status ]; then \
|
||||||
sh $(srcdir)/config.status --recheck ; \
|
sh ./config.status --recheck ; \
|
||||||
else \
|
else \
|
||||||
echo You must configure gas. Look at the INSTALL file for details. ; \
|
echo You must configure gas. Look at the INSTALL file for details. ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
@ -547,5 +547,5 @@ de-stage3: force
|
|||||||
force:
|
force:
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \
|
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \
|
||||||
$(srcdir)/configure.in
|
$(srcdir)/configure.in config.status
|
||||||
$(SHELL) ./config.status
|
$(SHELL) ./config.status
|
||||||
|
Reference in New Issue
Block a user