components/python/argparse/Makefile
changeset 1480 1d8d2e9374cc
parent 1434 c782e620dd26
child 1948 2d1537e7942d
--- a/components/python/argparse/Makefile	Thu Sep 19 10:15:45 2013 -0700
+++ b/components/python/argparse/Makefile	Thu Sep 19 10:19:20 2013 -0700
@@ -43,9 +43,9 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_NO_ARCH)
 
 test:		$(NO_TESTS)