[Python-checkins] python/dist/src/Mac/OSX Makefile,1.47,1.48

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 04 Jul 2003 06:06:15 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv19579/OSX

Modified Files:
	Makefile 
Log Message:
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Makefile	4 Jul 2003 12:05:25 -0000	1.47
--- Makefile	4 Jul 2003 13:06:13 -0000	1.48
***************
*** 107,111 ****
  		done; \
  	done
! 	$(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/python	
  	
  install_IDE:
--- 107,111 ----
  		done; \
  	done
! 	$(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python	
  	
  install_IDE: