7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure
authorRich Burridge <rich.burridge@oracle.com>
Tue, 27 Mar 2012 14:26:32 -0700
changeset 749 fb0d68325f3b
parent 748 34aa5d11ee93
child 750 9da3e3e3c604
7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure
components/python/nose/Makefile
--- a/components/python/nose/Makefile	Tue Mar 27 06:48:24 2012 -0700
+++ b/components/python/nose/Makefile	Tue Mar 27 14:26:32 2012 -0700
@@ -38,9 +38,9 @@
 include $(WS_TOP)/make-rules/ips.mk
 
 # common targets
-build:		$(BUILD_32_and_64)
+build:		$(BUILD_32)
 
-install:	$(INSTALL_32_and_64)
+install:	$(INSTALL_32)
 
 test:		$(NO_TESTS)