- fix paste error (whitespace) from previous commit
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d4b0e1c..02d47dd 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -407,8 +407,8 @@
 
 # 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; \