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) ...@@ -407,8 +407,8 @@ platform: $(BUILDPYTHON)
# Build the shared modules # Build the shared modules
sharedmods: $(BUILDPYTHON) sharedmods: $(BUILDPYTHON)
if which getopt >/dev/null 2>&1; then \ if which getopt >/dev/null 2>&1; then \
mflags=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \ s=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
else \ else \
mflags=" $$MAKEFLAGS "; \ mflags=" $$MAKEFLAGS "; \
fi; \ 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