diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-25 16:54:29 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-25 16:54:29 +0000 |
commit | d213bc2a8699fc75527dbf23aa320fcdf770014f (patch) | |
tree | 657c154835a44dcd41703bc9384efe44af4ede2a | |
parent | 860f2634173d269d2dabfcbbccfb7f95dee4106c (diff) | |
download | toybox-d213bc2a8699fc75527dbf23aa320fcdf770014f.tar.gz |
Rebuild toybox when a header file changes
-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 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 |