diff options
Diffstat (limited to 'Misc/Makefile.pre.in')
-rw-r--r-- | Misc/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index dcc57f2..e9caa80 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"`; \ |