Andrzej Szeszo
2013-06-04 453bf5a3004107204e1858532a38b3e703e32995
components/logilab-astng/Makefile
@@ -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)