summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-16 09:20:31 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-02-16 09:20:31 -0600
commit4a63a6f737532fcc765e5d1e352931bf87ae493b (patch)
tree411c5e5ae49f71519c4f1590f14ffd6bcbe7a906 /scripts/Makefile
parentd24e6935c9d492f5cef4a4dbcca2207e81d18a87 (diff)
kbuild: Fix a "make -j" bug.
We really need fixdep before we can compile anything... (Pointed out by wli, and others)
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index eeed3759799e..9f716b01b425 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -18,7 +18,7 @@ modpost-objs := modpost.o file2alias.o
subdir- := lxdialog kconfig
# fixdep is needed to compile other host programs
-$(addprefix $(obj)/,$(filter-out fixdep,$(host-progs))): $(obj)/fixdep
+$(addprefix $(obj)/,$(filter-out fixdep,$(build-targets))): $(obj)/fixdep
# dependencies on generated files need to be listed explicitly