changeset 243:6d13d06ec0ac

Might as well make the dependencies slightly more paranoid. (The only reason to have dependencies at all is so "make install" doesn't trigger a rebuild. A rebuild is always a build all anyway.)
author Rob Landley <rob@landley.net>
date Tue, 22 Jan 2008 19:20:06 -0600
parents c3659856f120
children e6273440c9c0
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jan 22 17:38:55 2008 -0600
+++ b/Makefile	Tue Jan 22 19:20:06 2008 -0600
@@ -3,7 +3,7 @@
 
 all: toybox
 
-toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch]
+toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch] scripts/*
 	scripts/make.sh
 
 .PHONY: clean distclean baseline bloatcheck install_flat test tests help