# HG changeset patch # User Rob Landley # Date 1203286792 21600 # Node ID 10d6a8148339fc1a063a4a595e5e49846d6d252e # Parent b4fec0865d8ed724f0c28bf28151ee5d7599dc5f Yet more build dependency tweaks... diff -r b4fec0865d8e -r 10d6a8148339 Makefile --- a/Makefile Sat Feb 16 20:00:11 2008 -0600 +++ b/Makefile Sun Feb 17 16:19:52 2008 -0600 @@ -3,7 +3,7 @@ all: toybox -toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch] scripts/* +toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* scripts/make.sh .PHONY: clean distclean baseline bloatcheck install_flat test tests help