diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | applets/Kbuild | 3 |
2 files changed, 3 insertions, 4 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 ; |
diff --git a/applets/Kbuild b/applets/Kbuild index 88e98167a..a6b0cf6fb 100644 --- a/applets/Kbuild +++ b/applets/Kbuild | |||
@@ -12,9 +12,6 @@ hostprogs-y += usage usage_pod applet_tables | |||
12 | 12 | ||
13 | always:= $(hostprogs-y) | 13 | always:= $(hostprogs-y) |
14 | 14 | ||
15 | # fixdep is needed to compile other host programs | ||
16 | $(addprefix $(obj)/,$(always)): $(objtree)/scripts/basic/fixdep | ||
17 | |||
18 | # Generated files need additional love | 15 | # Generated files need additional love |
19 | 16 | ||
20 | # This trick decreases amount of rebuilds | 17 | # This trick decreases amount of rebuilds |