From: Matthias Klose Date: Tue, 28 Aug 2012 17:23:56 +0000 (+0200) Subject: - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 X-Git-Tag: v2.7.5~109^2~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f;p=python - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 02d47dd9fd..a132c72c43 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -408,7 +408,7 @@ platform: $(BUILDPYTHON) # Build the shared modules sharedmods: $(BUILDPYTHON) if which getopt >/dev/null 2>&1; then \ - s=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \ + mflags=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \ else \ mflags=" $$MAKEFLAGS "; \ fi; \