summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-12-04 14:34:40 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-12-04 14:34:40 (GMT)
commited2f42377571f95993b4c79c7d1382eeda12acfd (patch)
treea45dbd106e7961b20f3eaac7db86865910652b4d /PC/os2emx/Makefile
parent213faca204ffcd48c465beac2351c65a15187e8c (diff)
downloadcpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.zip
cpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.tar.gz
cpython-ed2f42377571f95993b4c79c7d1382eeda12acfd.tar.bz2
Bumped up 2.6 to 2.7
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r--PC/os2emx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index ff04f72..9bfd927 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -237,7 +237,7 @@ $(OUT)%$O: %.c
# Output file names
PYTHON_VER= 2.6
-PYTHON_LIB= python26
+PYTHON_LIB= python27
PYTHON.LIB= $(PYTHON_LIB)_s$A
PYTHON.IMPLIB= $(PYTHON_LIB)$A
ifeq ($(EXEOMF),yes)