components/which/Makefile
changeset 181 87e11e685b1f
parent 83 9ab0deb97868
child 609 775168282b2f
--- a/components/which/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/which/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -43,12 +43,9 @@
 build:		$(BUILD_32)
 
 install:	$(INSTALL_32)
-	sed -f oracleman-stability $(COMPONENT_SRC)/which.1 > \
-				   $(PROTO_DIR)/$(GNUSHAREMAN1)/which.1
+
+test:		$(TEST_32)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
-test: build
-	@cd $(BUILD_DIR_32); $(MAKE) check
-
 include ../../make-rules/depend.mk