]> granicus.if.org Git - python/commitdiff
Remove message about using make frameworkinstall, that's no longer necesssary
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 11 Jun 2006 19:45:57 +0000 (19:45 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 11 Jun 2006 19:45:57 +0000 (19:45 +0000)
Makefile.pre.in

index cbc88b6ae91d7983e44438df60a7b0f90eb4d4c2..d9c6c5f9f45fe2919c31ca2bf94d2ea609fee3e2 100644 (file)
@@ -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 \