[Python-checkins] cpython (3.2): - fix paste error (whitespace) from previous commit
matthias.klose
python-checkins at python.org
Tue Aug 28 19:11:47 CEST 2012
http://hg.python.org/cpython/rev/5c13bd7f6256
changeset: 78787:5c13bd7f6256
branch: 3.2
parent: 78784:763d188a96bb
user: Matthias Klose <doko at ubuntu.com>
date: Tue Aug 28 19:07:38 2012 +0200
summary:
- fix paste error (whitespace) from previous commit
files:
Makefile.pre.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -436,7 +436,7 @@
# 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 "; \
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list