aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--applets/Kbuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7084c5c1d..3a49a6971 100644
--- a/Makefile
+++ b/Makefile
@@ -359,8 +359,10 @@ scripts_basic:
359scripts/basic/%: scripts_basic ; 359scripts/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
362PHONY += applets_dir 364PHONY += applets_dir
363applets_dir: 365applets_dir: scripts_basic
364 $(Q)$(MAKE) $(build)=applets 366 $(Q)$(MAKE) $(build)=applets
365 367
366applets/%: applets_dir ; 368applets/%: 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
13always:= $(hostprogs-y) 13always:= $(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