]> git.hungrycats.org Git - linux/commitdiff
Don't add the $(obj) prefix twice..
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Oct 2002 14:22:26 +0000 (07:22 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Oct 2002 14:22:26 +0000 (07:22 -0700)
scripts/Makefile

index 8a0a85ea9a616cfcd6912859071ae92f3ca4dadb..0921e79c6c794fd7546bb152ef5f2f81c10eeeef 100644 (file)
@@ -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)