From d213bc2a8699fc75527dbf23aa320fcdf770014f Mon Sep 17 00:00:00 2001 From: Charlie Shepherd Date: Sun, 25 Nov 2007 16:54:29 +0000 Subject: Rebuild toybox when a header file changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c797a48..3c21757c 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 -- cgit v1.2.3