[Python-checkins] CVS: python/dist/src/Mac/OSX Makefile,1.3,1.4
Jack Jansen
jackjansen@users.sourceforge.net
2001年9月11日 06:00:18 -0700
Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv18312
Modified Files:
Makefile
Log Message:
removed debug print.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 2001年09月09日 00:36:52 1.3
--- Makefile 2001年09月11日 13:00:16 1.4
***************
*** 53,57 ****
for i in $$a/*; \
do \
- echo jaja $$i; \
case $$i in \
*CVS) ;; \
--- 53,56 ----