]> 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:38 +0000 (19:07 +0200)
committerMatthias Klose <doko@ubuntu.com>
Tue, 28 Aug 2012 17:07:38 +0000 (19:07 +0200)
Makefile.pre.in

index 62db9c1374aec3934cad019fbc45427dc1269798..de08382c23c6039e63e8e88921f34148b55eb35d 100644 (file)
@@ -436,7 +436,7 @@ platform: $(BUILDPYTHON)
 
 # Build the shared modules
 sharedmods: $(BUILDPYTHON)
-        if which getopt >/dev/null; then \
+       if which getopt >/dev/null; then \
          mflags=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
        else \
          mflags=" $$MAKEFLAGS "; \