From 87df5f68324769631e3acb05b940b9e145551609 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 4 May 2008 16:20:15 -0500 Subject: Try to convince make to be less stupid about rebuilding. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3