diff -r 4de0581be621 -r 87e11e685b1f components/autoconf/Makefile --- a/components/autoconf/Makefile Wed Apr 13 10:10:46 2011 -0600 +++ b/components/autoconf/Makefile Wed Apr 13 09:58:06 2011 -0700 @@ -40,16 +40,13 @@ CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS += PERL="$(PERL)" -include $(WS_TOP)/make-rules/shared-targets.mk - # common targets build: $(BUILD_32) install: $(INSTALL_32) +test: $(TEST_32) + BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) -test: build - @cd $(BUILD_DIR_32); $(MAKE) check - include $(WS_TOP)/make-rules/depend.mk