diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-25 00:22:31 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-25 00:22:31 +0100 |
commit | 18221506e5aeb9c279b73bc9418b60c75b10399a (patch) | |
tree | f19d0732aafdadf6d6830489360539124272e748 /Makefile | |
parent | b24c1139fb4fb6e1bf8ca5a753ee95b497717b17 (diff) | |
download | busybox-w32-18221506e5aeb9c279b73bc9418b60c75b10399a.tar.gz busybox-w32-18221506e5aeb9c279b73bc9418b60c75b10399a.tar.bz2 busybox-w32-18221506e5aeb9c279b73bc9418b60c75b10399a.zip |
build system: more fixes to parallel build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -359,8 +359,10 @@ scripts_basic: | |||
359 | scripts/basic/%: scripts_basic ; | 359 | scripts/basic/%: scripts_basic ; |
360 | 360 | ||
361 | # bbox: we have helpers in applets/ | 361 | # bbox: we have helpers in applets/ |
362 | # we depend on scripts_basic, since scripts/basic/fixdep | ||
363 | # must be built before any other host prog | ||
362 | PHONY += applets_dir | 364 | PHONY += applets_dir |
363 | applets_dir: | 365 | applets_dir: scripts_basic |
364 | $(Q)$(MAKE) $(build)=applets | 366 | $(Q)$(MAKE) $(build)=applets |
365 | 367 | ||
366 | applets/%: applets_dir ; | 368 | applets/%: applets_dir ; |