components/python/netaddr/Makefile
changeset 1310 ed3f9d06a78b
parent 1309 27b67da05e40
child 1434 c782e620dd26
--- a/components/python/netaddr/Makefile	Thu May 23 10:30:30 2013 -0700
+++ b/components/python/netaddr/Makefile	Thu May 23 11:15:12 2013 -0700
@@ -40,9 +40,9 @@
 	(cd $(PROTOUSRBINDIR) ; $(MV) netaddr netaddr-$(PYTHON_VERSION))
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_NO_ARCH)
 
 COMPONENT_TEST_DIR=	$(@D)/lib/netaddr
 COMPONENT_TEST_ARGS=	tests/__init__.py
@@ -51,7 +51,7 @@
 	  ln -s $(SOURCE_DIR)/netaddr/tests/2.x ; \
 	  ln -s $(SOURCE_DIR)/netaddr/tests/3.x )
 
-test:		$(TEST_32)
+test:		$(TEST_NO_ARCH)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)