diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-12 09:21:36 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-12 09:21:36 +0200 |
commit | 008deb7f0409808485fe1338e5b840cf62068a82 (patch) | |
tree | 8a5106292da353e42b256b29c2cbeb1e873aaa98 | |
parent | ec317a8985967a7c8f150ec8c5db42443a18bdbe (diff) | |
download | cpython-git-008deb7f0409808485fe1338e5b840cf62068a82.tar.gz |
Clean trailing whitespaces in 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 363eabe375..7a0ca7023c 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 \ |