changeset 183:93899f7c3e0c

Rebuild toybox when a header file changes
author Charlie Shepherd <masterdriverz@gentoo.org>
date Sun, 25 Nov 2007 16:54:29 +0000
parents ed26d3529575
children 2d0de0d21e80
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Nov 27 01:41:32 2007 -0600
+++ b/Makefile	Sun Nov 25 16:54:29 2007 +0000
@@ -46,7 +46,7 @@
 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