From: Serhiy Storchaka Date: Tue, 12 Feb 2013 07:21:36 +0000 (+0200) Subject: Clean trailing whitespaces in Makefile.pre.in. X-Git-Tag: v3.2.4rc1~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008deb7f0409808485fe1338e5b840cf62068a82;p=thirdparty%2FPython%2Fcpython.git Clean trailing whitespaces in Makefile.pre.in. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 363eabe37540..7a0ca7023c19 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 \