]> git.hungrycats.org Git - linux/commitdiff
kbuild: Fix a "make -j" bug.
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 16 Feb 2003 15:20:31 +0000 (09:20 -0600)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 16 Feb 2003 15:20:31 +0000 (09:20 -0600)
We really need fixdep before we can compile anything...

(Pointed out by wli, and others)

scripts/Makefile

index eeed3759799ee65509fb9413a9cf74978a776009..9f716b01b42582b96b9deeeca0c0534990fde63c 100644 (file)
@@ -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