diff Makefile @ 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 e711e375e9c6
children fa6ee51281ca
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 \