From e0cfb16f991b55fbfadd7d07233911b8ff54709f Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 11 Jun 2006 19:45:57 +0000 Subject: [PATCH] Remove message about using make frameworkinstall, that's no longer necesssary --- Makefile.pre.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index cbc88b6ae91..d9c6c5f9f45 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 \