mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
run config.status after recheck
This commit is contained in:
parent
79dddcbd13
commit
fb00a99e6c
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ Makefile: Makefile.in config.status
|
||||||
config.status: $(srcdir)/configure
|
config.status: $(srcdir)/configure
|
||||||
if test -f config.status; \
|
if test -f config.status; \
|
||||||
then $(SHELL) config.status --recheck; \
|
then $(SHELL) config.status --recheck; \
|
||||||
|
$(SHELL) config.status; \
|
||||||
else $(SHELL) $(srcdir)/configure $(WITH); \
|
else $(SHELL) $(srcdir)/configure $(WITH); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue