This commit is contained in:
Matthias Klose 2012-08-28 19:23:56 +02:00
parent 555b9e07ed
commit 25cf30faf9
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ 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 \
s=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \ mflags=`getopt s $$MAKEFLAGS 2>/dev/null | sed 's/ --.*/ /'`; \
else \ else \
mflags=" $$MAKEFLAGS "; \ mflags=" $$MAKEFLAGS "; \
fi; \ fi; \