]> granicus.if.org Git - python/commitdiff
- fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64
authorMatthias Klose <doko@ubuntu.com>
Tue, 28 Aug 2012 17:23:56 +0000 (19:23 +0200)
committerMatthias Klose <doko@ubuntu.com>
Tue, 28 Aug 2012 17:23:56 +0000 (19:23 +0200)
Makefile.pre.in

index 02d47dd9fdb486f4a87c80ce82891adf7b8c813f..a132c72c433c1123fe0d6a16f16ba42ecddbf9aa 100644 (file)
@@ -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; \