components/hplip/Makefile
changeset 181 87e11e685b1f
parent 165 111c46cade93
child 206 a4474882bf60
--- a/components/hplip/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/hplip/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -76,8 +76,6 @@
 
 COMPONENT_INSTALL_ARGS += -e
 
-include ../../make-rules/shared-targets.mk
-
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
@@ -106,7 +104,6 @@
 		$(KSH93) cache.ksh)
 
 # empty test target
-test:
-	@echo "no tests available"
+test:	$(NO_TESTS)
 
 include ../../make-rules/depend.mk