Commit 4a63a6f7 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix a "make -j" bug.

We really need fixdep before we can compile anything...

(Pointed out by wli, and others)
parent d24e6935
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment