summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-08-28 17:23:56 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-08-28 17:23:56 (GMT)
commit25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f (patch)
tree33483ce2ecdf869a3dc0a52403b37883b7c6cb98 /Makefile.pre.in
parent555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5 (diff)
downloadcpython-25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f.zip
cpython-25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f.tar.gz
cpython-25cf30faf92b8b77c69a0fd4b839ceefbbaccc4f.tar.bz2
- fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 02d47dd..a132c72 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; \