aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-03-29 17:25:28 -0500
committerRob Landley <rob@landley.net>2008-03-29 17:25:28 -0500
commit09c13c9cf3f87621f621bf320017b89fb69f097a (patch)
tree608cd4a6f9d0087128415fcfa15098b754cda121 /Makefile
parent9d243a2efc889f9a171c8af1fc750665c4fb4e1b (diff)
downloadtoybox-09c13c9cf3f87621f621bf320017b89fb69f097a.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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