http://hg.python.org/cpython/rev/ec4ea40be2f6 changeset: 78789:ec4ea40be2f6 branch: 2.7 parent: 78786:f918d4a06c64 user: Matthias Klose <doko at ubuntu.com> date: Tue Aug 28 19:23:56 2012 +0200 summary: - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 files: Makefile.pre.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -408,7 +408,7 @@ # 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; \ -- Repository URL: http://hg.python.org/cpython