changeset 260:10d6a8148339

Yet more build dependency tweaks...
author Rob Landley <rob@landley.net>
date Sun, 17 Feb 2008 16:19:52 -0600
parents b4fec0865d8e
children ae693c7bf2f7
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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