From 6d15f37cd916e445df03805e657f80dc33a07897 Mon Sep 17 00:00:00 2001 From: Charlie Shepherd Date: Sat, 10 Nov 2007 08:54:22 +0000 Subject: Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 398bdc00..2c797a48 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 lib/*.h toys.h +toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h toys/help.h lib/*.h toys.h $(CC) $(CCFLAGS) -I . $(toyfiles) -o toybox_unstripped $(OPTIMIZE) toybox: toybox_unstripped -- cgit v1.2.3