[Python-checkins] CVS: python/dist/src/Modules makesetup,1.23,1.24

Skip Montanaro python-dev@python.org
Thu, 6 Jul 2000 10:58:09 -0700


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

Modified Files:
	makesetup 
Log Message:
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
to be absolute.



Index: makesetup
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/makesetup,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** makesetup	1999/05/21 19:18:49	1.23
--- makesetup	2000/07/06 17:58:06	1.24
***************
*** 190,193 ****
--- 190,194 ----
  			glmodule.c) ;;
  			/*) ;;
+ 			\$*) ;;
  			*) src='$(srcdir)/'$src;;
  			esac