From: Ronald Oussoren Date: Sun, 11 Jun 2006 19:45:57 +0000 (+0000) Subject: Remove message about using make frameworkinstall, that's no longer necesssary X-Git-Tag: v2.5b1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0cfb16f991b55fbfadd7d07233911b8ff54709f;p=python Remove message about using make frameworkinstall, that's no longer necesssary --- diff --git a/Makefile.pre.in b/Makefile.pre.in index cbc88b6ae9..d9c6c5f9f4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -653,12 +653,6 @@ bininstall: altbininstall # Install the interpreter with $(VERSION) affixed # This goes into $(exec_prefix) altbininstall: $(BUILDPYTHON) - @if test "$(PYTHONFRAMEWORKDIR)" != no-framework; then \ - if test ! -f $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/Current/Resources/Info.plist; then \ - echo 'Framework build: use "make frameworkinstall" in stead of "make install"'; \ - exit 1; \ - fi; \ - fi @for i in $(BINDIR) $(LIBDIR); \ do \ if test ! -d $(DESTDIR)$$i; then \