[Python-checkins] cpython (merge 3.2 -> default): - fix paste error (whitespace) from previous commit
matthias.klose
python-checkins at python.org
Tue Aug 28 19:11:48 CEST 2012
http://hg.python.org/cpython/rev/06497bbdf4fe
changeset: 78788:06497bbdf4fe
parent: 78785:3a3fd48a6ef7
parent: 78787:5c13bd7f6256
user: Matthias Klose <doko at ubuntu.com>
date: Tue Aug 28 19:08:42 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
@@ -475,7 +475,7 @@
# Build the shared modules
sharedmods: $(BUILDPYTHON) $(SYSCONFIGDATA)
- 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