aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 08:54:22 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 08:54:22 +0000
commit6d15f37cd916e445df03805e657f80dc33a07897 (patch)
treeb37f90934b1db6f4bd7c7accf6545bb81438beba /Makefile
parent60c2e3eb81abfaeea2c893d8a69d9b9802877d04 (diff)
downloadtoybox-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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