[Python-checkins] CVS: python/dist/src/Demo/pysvr Makefile,1.3,1.4

Guido van Rossum python-dev@python.org
Fri, 3 Nov 2000 04:58:11 -0800


Update of /cvsroot/python/python/dist/src/Demo/pysvr
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32260

Modified Files:
	Makefile 
Log Message:
Fix Makefile so at least it uses Python 2.0, and compiles out of the
box on Linux.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/pysvr/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile	1997/08/14 19:48:42	1.3
--- Makefile	2000/11/03 12:58:09	1.4
***************
*** 14,18 ****
  # Where Python is installed, and which version
  INST=/usr/local
! VER=1.5
  
  # Expressions using the above definitions -- no need to change
--- 14,18 ----
  # Where Python is installed, and which version
  INST=/usr/local
! VER=2.0
  
  # Expressions using the above definitions -- no need to change
***************
*** 29,33 ****
  # (See LIBS= in Modules/Makefile in build tree)
  RLLIBS=-lreadline -ltermcap
! OTHERLIBS=-lsocket -lnsl -lpthread -ldl -lm
  
  # Compilation and link flags -- no need to change normally
--- 29,33 ----
  # (See LIBS= in Modules/Makefile in build tree)
  RLLIBS=-lreadline -ltermcap
! OTHERLIBS=-lnsl -lpthread -ldl -lm -ldb -lutil
  
  # Compilation and link flags -- no need to change normally