]> granicus.if.org Git - python/commitdiff
Edit comments for current Python; bump version number of Python
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 11 Jun 2010 00:14:34 +0000 (00:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 11 Jun 2010 00:14:34 +0000 (00:14 +0000)
Demo/embed/Makefile

index ddbdd929e2ac6ab9e8057a94c31717dbff0d1482..19ba344f5190ad36466e50b9064cef6cdacea864 100644 (file)
@@ -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 @@ blddir=               ../..
 srcdir=                ../..
 
 # Python version
-VERSION=       2.6
+VERSION=       2.7
 
 # Compiler flags
 OPT=           -g
@@ -21,7 +21,7 @@ CPPFLAGS=     $(INCLUDES)
 # 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