Commit 2412c93a authored by Matthias Klose's avatar Matthias Klose

- fix paste error (whitespace) from previous commit

parent 25b10a28
......@@ -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 "; \
......
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