diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index dcc57f2ad29..e9caa801c9e 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -245,7 +245,7 @@ sedscript: $(MAKEFILE) echo "/^BASESETUP=/s%=.*%= $(BASESETUP)%" >>sedscript # Bootstrap target -boot: +boot: clobber VERSION=`python -c "import sys; print sys.version[:3]"`; \ installdir=`python -c "import sys; print sys.prefix"`; \ exec_installdir=`python -c "import sys; print sys.exec_prefix"`; \