diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-12 07:21:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-12 07:21:36 (GMT) |
commit | 008deb7f0409808485fe1338e5b840cf62068a82 (patch) | |
tree | 8a5106292da353e42b256b29c2cbeb1e873aaa98 /Makefile.pre.in | |
parent | ec317a8985967a7c8f150ec8c5db42443a18bdbe (diff) | |
download | cpython-008deb7f0409808485fe1338e5b840cf62068a82.zip cpython-008deb7f0409808485fe1338e5b840cf62068a82.tar.gz cpython-008deb7f0409808485fe1338e5b840cf62068a82.tar.bz2 |
Clean trailing whitespaces in Makefile.pre.in.
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 363eabe..7a0ca70 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -509,7 +509,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \ -install_name $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) \ -compatibility_version $(VERSION) \ -current_version $(VERSION) \ - -framework CoreFoundation $(LIBS); + -framework CoreFoundation $(LIBS); $(INSTALL) -d -m $(DIRMODE) \ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/English.lproj $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ |