Ticket #21222: patch-Makefileprein.diff

File patch-Makefileprein.diff, 736 bytes (added by Veence (Vincent), 15 years ago)
  • Makefile.pre.in

    old new  
    10511051# install (which includes python-config) happy.
    10521052frameworkinstallmaclib:
    10531053        ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
    1054         cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
     1054#       cd Mac && $(MAKE) installmacsubtree DESTDIR="$(DESTDIR)"
    10551055
    10561056# This installs the IDE, the Launcher and other apps into /Applications
    10571057frameworkinstallapps:
    1058         cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)"
     1058#       cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)"
    10591059
    10601060frameworkinstallapps4way:
    10611061        cd Mac && $(MAKE) installapps4way DESTDIR="$(DESTDIR)"