Commit 555b9e07 authored by Matthias Klose's avatar Matthias Klose

- fix paste error (whitespace) from previous commit

parent 63c6f511
......@@ -407,8 +407,8 @@ platform: $(BUILDPYTHON)
# 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; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment