diff -r 27b67da05e40 -r ed3f9d06a78b components/logilab-astng/Makefile --- a/components/logilab-astng/Makefile Thu May 23 10:30:30 2013 -0700 +++ b/components/logilab-astng/Makefile Thu May 23 11:15:12 2013 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -41,9 +41,9 @@ # common targets -build: $(BUILD_32) +build: $(BUILD_NO_ARCH) -install: $(INSTALL_32) +install: $(INSTALL_NO_ARCH) # The tests are run using python 2.7 only and require that # the python-27 package is installed (does not have to be the default python). @@ -82,7 +82,7 @@ # failures: unittest_builder [2/55], unittest_lookup [1/21], # unittest_inference [1/75] -test: $(TEST_32) +test: $(TEST_NO_ARCH) BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)