[Python-checkins] CVS: python/dist/src Makefile.in,1.85,1.86
Guido van Rossum
python-dev@python.org
2000年4月24日 10:57:24 -0400 (EDT)
Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src
Modified Files:
Makefile.in
Log Message:
Added site-packages. (Sorry, forgot who submitted this patch.)
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Makefile.in,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** Makefile.in 2000年03月31日 15:13:17 1.85
--- Makefile.in 2000年04月24日 14:57:21 1.86
***************
*** 290,294 ****
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
! LIBSUBDIRS= lib-old lib-tk test test/output encodings \
distutils distutils/command $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)
--- 290,294 ----
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
! LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
distutils distutils/command $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)