components/libtool/Makefile
changeset 181 87e11e685b1f
parent 127 3e3c266b3a81
child 609 775168282b2f
--- a/components/libtool/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/libtool/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -41,16 +41,13 @@
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
 
-include $(WS_TOP)/make-rules/shared-targets.mk
-
 # common targets
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
 
+test:		$(TEST_32_and_64)
+
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
-test: build
-	@cd $(BUILD_DIR_32); $(MAKE) check
-
 include $(WS_TOP)/make-rules/depend.mk