From 260b4179e57d412d7ed71cb5350775bf650ef7c6 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 4 Dec 2002 02:27:15 -0600 Subject: kbuild: Fix 'make -j' problem As pointed out by wli, all other compilation relies on fixdep to exist already. BTW, wli's benchmark numbers for the kallsyms speed-up patch: -make -j bzImage 323.03s user 157.65s system 843% cpu 57.019 total +make -j bzImage 270.02s user 147.01s system 1303% cpu 32.004 total --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 7301b039f96e..eca3f1661bf4 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -15,4 +15,4 @@ build-targets := $(host-progs) subdir- := lxdialog kconfig # fixdep is needed to compile other host programs -$(obj)/split-include $(obj)/docproc $(obj)/conmakehash: $(obj)/fixdep +$(addprefix $(obj)/,$(filter-out fixdep,$(host-progs))): $(obj)/fixdep -- cgit v1.2.3