# HG changeset patch # User Rob Landley # Date 1201051206 21600 # Node ID 6d13d06ec0acf383663b99f614f0e7ba3e023cae # Parent c3659856f1206da8b58453caa33e4dc3db6c783c 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.) diff -r c3659856f120 -r 6d13d06ec0ac Makefile --- 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