components/python/mysql/Makefile
branchs11-update
changeset 3794 4c9c1c3e5031
parent 3789 137fdcb27c8e
child 3996 20c0f21bbe1e
--- a/components/python/mysql/Makefile	Tue Jan 27 14:00:37 2015 -0800
+++ b/components/python/mysql/Makefile	Wed Jan 29 13:44:48 2014 -0800
@@ -38,7 +38,7 @@
 TPNO=			9533
 
 # Syntax issues: not Python 3 ready.
-PYTHON_VERSIONS = 2.7 2.6
+PYTHON_VERSIONS=	2.7 2.6
 
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/setup.py.mk
@@ -54,9 +54,9 @@
 CFLAGS +=	$(CFLAGS_$(BITS))
 
 # common targets
-build:          $(BUILD_32)
+build:          $(BUILD_32_and_64)
 
-install:        $(INSTALL_32)
+install:        $(INSTALL_32_and_64)
 
 test:           $(NO_TESTS)