]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- fix paste error (whitespace) from previous commit
authorMatthias Klose <doko@ubuntu.com>
Tue, 28 Aug 2012 17:07:08 +0000 (19:07 +0200)
committerMatthias Klose <doko@ubuntu.com>
Tue, 28 Aug 2012 17:07:08 +0000 (19:07 +0200)
Makefile.pre.in

index d4b0e1c4dde48ebd2c4f2e65df43b5ff674c877e..02d47dd9fdb486f4a87c80ce82891adf7b8c813f 100644 (file)
@@ -407,8 +407,8 @@ platform: $(BUILDPYTHON)
 
 # Build the shared modules
 sharedmods: $(BUILDPYTHON)
-        if which getopt >/dev/null 2>&1; then \
-         mflags=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
+       if which getopt >/dev/null 2>&1; then \
+       s=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
        else \
          mflags=" $$MAKEFLAGS "; \
        fi; \