diff options
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
