components/gtar/Makefile
changeset 181 87e11e685b1f
parent 154 55225e51a9cb
child 326 36f3560adf05
--- a/components/gtar/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/gtar/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -41,20 +41,13 @@
 CONFIGURE_OPTIONS +=	--program-prefix=g
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
 
-GNUPROGS =	tar
-GNUMAN1 =	tar.1
-SFWPROGS =	gtar
-
-include ../../make-rules/shared-targets.mk
-
 COMPONENT_BUILD_TARGETS = all
 
 build:		$(BUILD_32)
 
 install:	$(INSTALL_32)
 
-test: build
-	@cd $(BUILD_DIR_32); $(MAKE) check
+test:		$(TEST_32)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)