Commit 25cf30fa authored by Matthias Klose's avatar Matthias Klose
parent 555b9e07
......@@ -408,7 +408,7 @@ platform: $(BUILDPYTHON)
# Build the shared modules
sharedmods: $(BUILDPYTHON)
if which getopt >/dev/null 2>&1; then \
s=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
mflags=`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