[Python-checkins] r81880 - python/trunk/Demo/embed/Makefile

andrew.kuchling python-checkins at python.org
Fri Jun 11 02:14:34 CEST 2010


Author: andrew.kuchling
Date: Fri Jun 11 02:14:34 2010
New Revision: 81880

Log:
Edit comments for current Python; bump version number of Python

Modified:
   python/trunk/Demo/embed/Makefile

Modified: python/trunk/Demo/embed/Makefile
==============================================================================
--- python/trunk/Demo/embed/Makefile	(original)
+++ python/trunk/Demo/embed/Makefile	Fri Jun 11 02:14:34 2010
@@ -1,5 +1,5 @@
 # Makefile for embedded Python use demo.
-# (This version tailored for my Red Hat Linux 6.1 setup;
+# (This version originally written on Red Hat Linux 6.1;
 # edit lines marked with XXX.)
 
 # XXX The compiler you are using
@@ -10,7 +10,7 @@
 srcdir=		../..
 
 # Python version
-VERSION=	2.6
+VERSION=	2.7
 
 # Compiler flags
 OPT=		-g
@@ -21,7 +21,7 @@
 # The Python library
 LIBPYTHON=	$(blddir)/libpython$(VERSION).a
 
-# XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
+# XXX edit LIBS (in particular) to match $(blddir)/Makefile
 LIBS=		-lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
 LDFLAGS=	-Xlinker -export-dynamic
 SYSLIBS=	-lm


More information about the Python-checkins mailing list