[Python-checkins] CVS: python/dist/src Makefile.in,1.83,1.84

Guido van Rossum guido@cnri.reston.va.us
Mon, 13 Mar 2000 10:22:30 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/home/guido/hp/mal/py-patched

Modified Files:
	Makefile.in 
Log Message:
Added encodings to the LIBSUBDIRS variable, so that they get installed.
Noted by Michael Hudson.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Makefile.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** Makefile.in	2000/02/28 19:52:53	1.83
--- Makefile.in	2000/03/13 15:22:27	1.84
***************
*** 290,294 ****
  PLATDIR=	plat-$(MACHDEP)
  MACHDEPS=	$(PLATDIR)
! LIBSUBDIRS=	lib-old lib-tk test test/output $(MACHDEPS)
  libinstall:	python $(srcdir)/Lib/$(PLATDIR)
  		@for i in $(SCRIPTDIR) $(LIBDEST); \
--- 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); \