components/p7zip/Makefile
changeset 181 87e11e685b1f
parent 151 f9e42a3f7095
child 421 032ffcef8039
--- a/components/p7zip/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/p7zip/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -24,7 +24,6 @@
 #
 
 include ../../make-rules/shared-macros.mk
-include ../../make-rules/shared-targets.mk
 
 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
 
@@ -66,7 +65,7 @@
 COMPONENT_POST_INSTALL_ACTION += $(CHMOD) -R u+w $(PROTO_DIR)
 
 # build does this always
-test:
+test:	$(BUILD_32)
 	cd $(BUILD_DIR_32) && $(MAKE) -e test P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin
 	cd $(BUILD_DIR_32) && $(MAKE) -e test_7z P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin
 	cd $(BUILD_DIR_32) && $(MAKE) -e test_7zr P7ZIP_HOME_DIR=$(BUILD_DIR_32)/bin