# HG changeset patch # User Rich Burridge # Date 1309973740 25200 # Node ID a1931459f77c579b11b2c89fb3fe061aad55d4b7 # Parent 572543a47583143d991b2530e995cf9b6c130be4 7063386 top Makefile test: target is incorrect diff -r 572543a47583 -r a1931459f77c 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