diff Makefile @ 260:10d6a8148339

Yet more build dependency tweaks...
author Rob Landley <rob@landley.net>
date Sun, 17 Feb 2008 16:19:52 -0600
parents 6d13d06ec0ac
children c7645fab8d73
line wrap: on
line diff
--- 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