components/python/jsonrpclib/Makefile
changeset 1310 ed3f9d06a78b
parent 1071 cc3ecf7b3dec
child 1434 c782e620dd26
child 3661 47545fb8aed4
--- a/components/python/jsonrpclib/Makefile	Thu May 23 10:30:30 2013 -0700
+++ b/components/python/jsonrpclib/Makefile	Thu May 23 11:15:12 2013 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -40,9 +40,9 @@
 include $(WS_TOP)/make-rules/ips.mk
 
 # common targets
-build:		$(BUILD_32_and_64)
+build:		$(BUILD_NO_ARCH)
 
-install:	$(INSTALL_32_and_64)
+install:	$(INSTALL_NO_ARCH)
 
 test:		$(NO_TESTS)