diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-08-28 17:08:42 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-08-28 17:08:42 (GMT) |
commit | fc35ecec29a1390be71966565db8080e81352d80 (patch) | |
tree | bc1284321a875f7341b335041be079ba6b160bff /Makefile.pre.in | |
parent | 2d652bacf47a5548b7cc38d7664c6571d36f7c68 (diff) | |
parent | 2412c93a6068221686397c26b129215eac024e9c (diff) | |
download | cpython-fc35ecec29a1390be71966565db8080e81352d80.zip cpython-fc35ecec29a1390be71966565db8080e81352d80.tar.gz cpython-fc35ecec29a1390be71966565db8080e81352d80.tar.bz2 |
- fix paste error (whitespace) from previous commit
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9f5e2a1..e0356e6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -475,7 +475,7 @@ $(SYSCONFIGDATA): $(BUILDPYTHON) # 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 "; \ |