From 291d484df07fb5dffa0624727ceb816d7647f2bb Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 5 Oct 2002 07:22:26 -0700 Subject: Don't add the $(obj) prefix twice.. --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index 8a0a85ea9a61..0921e79c6c79 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -58,6 +58,6 @@ $(obj)/split-include $(obj)/docproc $(addprefix $(obj)/,$(tkparse-objs)) \ $(obj)/conmakehash lxdialog: $(obj)/fixdep mrproper: - @rm -f $(addprefix $(obj)/,$(tkparse-objs) $(obj)/kconfig.tk core $(host-progs)) + @rm -f $(host-progs) $(addprefix $(obj)/,$(tkparse-objs) kconfig.tk core) @$(call descend,scripts/lxdialog,mrproper) -- cgit v1.2.3