[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.48,1.49

Jack Jansen jackjansen@users.sourceforge.net
Wed, 08 Aug 2001 06:18:38 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv13455

Modified Files:
	Makefile.pre.in 
Log Message:
Removed special rule for Mac/Python/macglue.o, it is not needed anymore.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Makefile.pre.in	2001/08/02 06:20:20	1.48
--- Makefile.pre.in	2001/08/08 13:18:36	1.49
***************
*** 412,418 ****
  				$(srcdir)/Objects/unicodetype_db.h
  
- Mac/Python/macglue.o: $(srcdir)/Mac/Python/macglue.c
- 		$(CC) -c $(CFLAGS) $(CPPFLAGS) -I$(srcdir)/Mac/Include -I$(srcdir)/Python -o $@ $(srcdir)/Mac/Python/macglue.c
- 
  ############################################################################
  # Header files
--- 412,415 ----