From: Matthias Klose Date: Tue, 28 Aug 2012 17:07:38 +0000 (+0200) Subject: - fix paste error (whitespace) from previous commit X-Git-Tag: v3.2.4rc1~584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2412c93a6068221686397c26b129215eac024e9c;p=thirdparty%2FPython%2Fcpython.git - fix paste error (whitespace) from previous commit --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 62db9c1374ae..de08382c23c6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 "; \