[Python-checkins] python/dist/src/Mac/OSX Makefile.panther, 1.1.2.5, 1.1.2.6

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Dec 30 23:43:31 CET 2004


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1141

Modified Files:
      Tag: release23-maint
	Makefile.panther 
Log Message:
Spaces in stead of tabs.


Index: Makefile.panther
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Attic/Makefile.panther,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- Makefile.panther	27 Dec 2004 16:41:52 -0000	1.1.2.5
+++ Makefile.panther	30 Dec 2004 22:43:29 -0000	1.1.2.6
@@ -54,5 +54,5 @@
 	ln -fsn $(APPLE_PYTHONLAUNCHER) $(DESTDIR)$(PYTHONAPPSDIR)/PythonLauncher
 	
 install_pimpupdate:
-    cp ../../Lib/plat-mac/pimp.py $(DESTDIR)/Library/Python/2.3/pimp_update.py
+	cp ../../Lib/plat-mac/pimp.py $(DESTDIR)/Library/Python/2.3/pimp_update.py
     



More information about the Python-checkins mailing list