- fix paste error (whitespace) from previous commit
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 @@
 
 # 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 "; \