Ticket #21222: patch-Makefileprein.diff
File patch-Makefileprein.diff, 736 bytes (added by Veence (Vincent), 15 years ago) |
---|
-
Makefile.pre.in
old new 1051 1051 # install (which includes python-config) happy. 1052 1052 frameworkinstallmaclib: 1053 1053 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)" 1055 1055 1056 1056 # This installs the IDE, the Launcher and other apps into /Applications 1057 1057 frameworkinstallapps: 1058 cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)"1058 # cd Mac && $(MAKE) installapps DESTDIR="$(DESTDIR)" 1059 1059 1060 1060 frameworkinstallapps4way: 1061 1061 cd Mac && $(MAKE) installapps4way DESTDIR="$(DESTDIR)"