From 2412c93a6068221686397c26b129215eac024e9c Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 28 Aug 2012 19:07:38 +0200 Subject: - fix paste error (whitespace) from previous commit --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 62db9c1..de08382 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 "; \ -- cgit v0.12