aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-25 16:54:29 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-25 16:54:29 +0000
commitd213bc2a8699fc75527dbf23aa320fcdf770014f (patch)
tree657c154835a44dcd41703bc9384efe44af4ede2a /Makefile
parent860f2634173d269d2dabfcbbccfb7f95dee4106c (diff)
downloadtoybox-d213bc2a8699fc75527dbf23aa320fcdf770014f.tar.gz
Rebuild toybox when a header file changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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