Remove message about using make frameworkinstall, that's no longer necesssary

This commit is contained in:
Ronald Oussoren 2006-06-11 19:45:57 +00:00
parent 231c3c8804
commit e0cfb16f99
1 changed files with 0 additions and 6 deletions

View 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 \