summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 12:26:50 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 12:26:50 (GMT)
commitfb00a99e6cf2020f97da32f6adae26746951ca68 (patch)
treecb52f5244ce69ab169d806c6ad7e821c69353f83 /Makefile.in
parent79dddcbd13c87889b89b1a82ce40b39cbe47c52a (diff)
downloadcpython-fb00a99e6cf2020f97da32f6adae26746951ca68.zip
cpython-fb00a99e6cf2020f97da32f6adae26746951ca68.tar.gz
cpython-fb00a99e6cf2020f97da32f6adae26746951ca68.tar.bz2
run config.status after recheck
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e64345d..4a97f91 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,7 @@ Makefile: Makefile.in config.status
config.status: $(srcdir)/configure
if test -f config.status; \
then $(SHELL) config.status --recheck; \
+ $(SHELL) config.status; \
else $(SHELL) $(srcdir)/configure $(WITH); \
fi