[Python-checkins] CVS: python/dist/src Makefile.in,1.84,1.85
Guido van Rossum
python-dev@python.org
2000年3月31日 10:13:20 -0500 (EST)
Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src
Modified Files:
Makefile.in
Log Message:
Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew
Kuchling.
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Makefile.in,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** Makefile.in 2000年03月13日 15:22:27 1.84
--- Makefile.in 2000年03月31日 15:13:17 1.85
***************
*** 290,294 ****
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
! LIBSUBDIRS= lib-old lib-tk test test/output encodings $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \
--- 290,295 ----
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
! LIBSUBDIRS= lib-old lib-tk test test/output encodings \
! distutils distutils/command $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \