build system: fix parallel make

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-11-24 22:23:21 +01:00
parent b1278a38bc
commit b24c1139fb
2 changed files with 11 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ hostprogs-y += usage usage_pod applet_tables
always:= $(hostprogs-y)
# fixdep is needed to compile other host programs
$(addprefix $(obj)/,$(always)): $(objtree)/scripts/basic/fixdep
# Generated files need additional love
# This trick decreases amount of rebuilds