From 41cb696013ffacfca73e92cd164b96f903c60ca1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 21 Jan 2008 14:47:08 -0600 Subject: Hit makefile dependencies so install step doesn't rebuild toybox. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f7127880..984a745d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3