summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-08-28 19:23:56 +0200
committerMatthias Klose <doko@ubuntu.com>2012-08-28 19:23:56 +0200
commit25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f (patch)
tree33483ce2ecdf869a3dc0a52403b37883b7c6cb98
parent555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5 (diff)
downloadcpython-git-25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f.tar.gz
- fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
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; \