[Python-checkins] CVS: python/dist/src/Python Makefile.in,2.25,2.26

Fred L. Drake python-dev@python.org
Wed, 23 Aug 2000 14:16:12 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2632

Modified Files:
	Makefile.in 
Log Message:

Remove the dependency information for version.o; this is not part of
the sources/build process any more.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Makefile.in,v
retrieving revision 2.25
retrieving revision 2.26
diff -C2 -r2.25 -r2.26
*** Makefile.in	2000/08/01 17:46:22	2.25
--- Makefile.in	2000/08/23 21:16:10	2.26
***************
*** 135,139 ****
  thread.o: thread.c
  traceback.o: traceback.c
- version.o: version.c
  
  # DO NOT DELETE THIS LINE -- mkdep uses it.
--- 135,138 ----