changeset 276:e711e375e9c6

Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) The directory scripts/test is not related to the script scripts/test.sh. If the shell script is newer than the directory, IT DOESN'T MATTER.
author Rob Landley <rob@landley.net>
date Sat, 29 Mar 2008 17:25:28 -0500
parents 005af6006ce3
children 09ecbdf58c87
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Mar 28 00:44:44 2008 -0500
+++ b/Makefile	Sat Mar 29 17:25:28 2008 -0500
@@ -7,7 +7,7 @@
 	scripts/make.sh
 
 .PHONY: clean distclean baseline bloatcheck install install_flat \
-	uinstall uninstall_flat test tests help
+	uinstall uninstall_flat test tests help scripts/test
 
 include kconfig/Makefile