From 09c13c9cf3f87621f621bf320017b89fb69f097a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 29 Mar 2008 17:25:28 -0500 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1139ae4b..0ed833cb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* 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 -- cgit v1.2.3