From 25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 28 Aug 2012 19:23:56 +0200 Subject: [PATCH] - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64 --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 02d47dd9fdb..a132c72c433 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; \