7063386 top Makefile test: target is incorrect
authorRich Burridge <rich.burridge@oracle.com>
Wed, 06 Jul 2011 10:35:40 -0700
changeset 373 a1931459f77c
parent 372 572543a47583
child 374 56b1433038ec
7063386 top Makefile test: target is incorrect
components/top/Makefile
--- a/components/top/Makefile	Wed Jul 06 10:21:22 2011 -0700
+++ b/components/top/Makefile	Wed Jul 06 10:35:40 2011 -0700
@@ -47,6 +47,6 @@
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
-test:		$(NO_TOOLS)
+test:		$(NO_TESTS)
 
 include ../../make-rules/depend.mk