From: Charlie Shepherd Date: Sun, 25 Nov 2007 16:54:29 +0000 (+0000) Subject: Rebuild toybox when a header file changes X-Git-Tag: 0.0.4~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d213bc2a8699fc75527dbf23aa320fcdf770014f;p=platform%2Fupstream%2Ftoybox.git Rebuild toybox when a header file changes --- diff --git a/Makefile b/Makefile index 2c797a4..3c21757 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ bloatcheck: toybox_old toybox_unstripped toyfiles = main.c lib/*.c \ $(shell scripts/cfg2files.sh < .config | sed 's@\(.*\)@toys/\1.c@') -toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h toys/help.h lib/*.h toys.h +toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h toys/help.h toys/*.h lib/*.h toys.h $(CC) $(CCFLAGS) -I . $(toyfiles) -o toybox_unstripped $(OPTIMIZE) toybox: toybox_unstripped