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

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 14:53:05 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:

Minor adjustment to Setup.in message, based on comment from Barry Warsaw.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** Makefile.pre.in	2000/08/31 16:56:15	1.64
--- Makefile.pre.in	2000/08/31 21:53:03	1.65
***************
*** 163,173 ****
  Setup:		$(srcdir)/Setup.in
  		@if [ -f Setup ] ; then \
! 			echo; \
! 			echo "-------------------------------------------"; \
! 			echo "$(srcdir)/Setup.in is newer than Setup;"; \
! 			echo "check to make sure you have all the updates"; \
! 			echo "you need in your Setup file."; \
! 			echo "-------------------------------------------"; \
! 			echo; \
  		else (set -x; cp $(srcdir)/Setup.in Setup); fi
  
--- 163,173 ----
  Setup:		$(srcdir)/Setup.in
  		@if [ -f Setup ] ; then \
! 		    echo; \
! 		    echo "----------------------------------------------"; \
! 		    echo "Modules/Setup.in is newer than Moodules/Setup;"; \
! 		    echo "check to make sure you have all the updates"; \
! 		    echo "you need in your Setup file."; \
! 		    echo "----------------------------------------------"; \
! 		    echo; \
  		else (set -x; cp $(srcdir)/Setup.in Setup); fi