summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-08-28 17:07:08 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-08-28 17:07:08 (GMT)
commit555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5 (patch)
treeb1ba860ad20fd817c8ce28d4738b9f3df292920c /Makefile.pre.in
parent63c6f511c3f06c1e8962434807ad3391256a8fd3 (diff)
downloadcpython-555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5.zip
cpython-555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5.tar.gz
cpython-555b9e07ed0be5bb64a3fee9aa627a9418e0c1f5.tar.bz2
- fix paste error (whitespace) from previous commit
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d4b0e1c..02d47dd 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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; \