components/perl512/Makefile
changeset 181 87e11e685b1f
parent 156 c2445b73a8b2
child 215 e541da761f3d
--- a/components/perl512/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/perl512/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -91,13 +91,12 @@
 
 install:	$(INSTALL_32)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-test: build
+test:		$(TEST_32)
 	#
 	# 2 expected failures because of the use of cloney in this build.
 	# Without cloney all tests pass.
 	#
-	@cd $(BUILD_DIR_32); $(MAKE) check
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
 include ../../make-rules/depend.mk