From: Rob Landley Date: Sun, 4 May 2008 21:20:15 +0000 (-0500) Subject: Try to convince make to be less stupid about rebuilding. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=87df5f68324769631e3acb05b940b9e145551609;p=android-x86%2Fexternal-toybox.git Try to convince make to be less stupid about rebuilding. --- diff --git a/Makefile b/Makefile index 0ed833cb..0b284ff4 100644 --- a/Makefile +++ b/Makefile @@ -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 \