diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-10 08:54:22 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-10 08:54:22 +0000 |
commit | 6d15f37cd916e445df03805e657f80dc33a07897 (patch) | |
tree | b37f90934b1db6f4bd7c7accf6545bb81438beba /Makefile | |
parent | 60c2e3eb81abfaeea2c893d8a69d9b9802877d04 (diff) | |
download | toybox-6d15f37cd916e445df03805e657f80dc33a07897.tar.gz |
Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |