diff Makefile @ 240:362e7550a1c4

Hit makefile dependencies so install step doesn't rebuild toybox.
author Rob Landley <rob@landley.net>
date Mon, 21 Jan 2008 14:47:08 -0600
parents 7cb15eae1664
children 6d13d06ec0ac
line wrap: on
line diff
--- a/Makefile	Sun Jan 20 19:00:16 2008 -0600
+++ b/Makefile	Mon Jan 21 14:47:08 2008 -0600
@@ -3,11 +3,10 @@
 
 all: toybox
 
-toybox toybox_unstripped:
+toybox toybox_unstripped: *.[ch] lib/*.[ch] toys/*.[ch]
 	scripts/make.sh
 
-.PHONY: clean distclean baseline bloatcheck install_flat test tests help \
-	toybox toybox_unstripped
+.PHONY: clean distclean baseline bloatcheck install_flat test tests help
 
 include kconfig/Makefile