[Python-checkins] CVS: python/dist/src/Demo/embed Makefile,1.6,1.7

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 23 Jan 2001 08:38:59 -0800


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

Modified Files:
	Makefile 
Log Message:
Updates and changes:

- set VERSION to 2.1

- change blddir to ../.. since that seems more common than the old
  value (at least for my debugging session).


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/embed/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile	2001/01/10 17:11:51	1.6
--- Makefile	2001/01/23 16:38:57	1.7
***************
*** 7,15 ****
  
  # XXX Top of the build tree and source tree
! blddir=		../../linux
  srcdir=		../..
  
  # Python version
! VERSION=	2.0
  
  # Compiler flags
--- 7,15 ----
  
  # XXX Top of the build tree and source tree
! blddir=		../..
  srcdir=		../..
  
  # Python version
! VERSION=	2.1
  
  # Compiler flags