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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 26 Oct 2001 12:48:08 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Now that Misc/Makefile.pre.in is gone, do not attempt to install it.

Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** Makefile.pre.in	2001/10/20 14:21:44	1.65
--- Makefile.pre.in	2001/10/26 19:48:06	1.66
***************
*** 702,706 ****
  	$(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
  	$(INSTALL_SCRIPT) $(srcdir)/install-sh $(LIBPL)/install-sh
- 	$(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in
  	@if [ -s Modules/python.exp -a \
  		"`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
--- 702,705 ----