changeset 288:e75dac368375

Try to convince make to be less stupid about rebuilding.
author Rob Landley <rob@landley.net>
date Sun, 04 May 2008 16:20:15 -0500
parents 977302071875
children a1fdf34d9504
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 04 16:03:10 2008 -0500
+++ b/Makefile	Sun May 04 16:20:15 2008 -0500
@@ -3,7 +3,7 @@
 
 all: toybox
 
-toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/*
+toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/*.sh
 	scripts/make.sh
 
 .PHONY: clean distclean baseline bloatcheck install install_flat \