]> git.hungrycats.org Git - linux/commitdiff
kbuild: Fix make clean in scripts/lxdialog
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 6 Oct 2002 06:28:32 +0000 (01:28 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 6 Oct 2002 06:28:32 +0000 (01:28 -0500)
scripts/lxdialog/Makefile

index c370113b20049a91cebafe2930cffbad423da417..da5e5a1ab32db50e46137a39363724c1a63ea360 100644 (file)
@@ -44,4 +44,4 @@ ncurses:
        fi
 
 mrproper:
-       @rm -f $(addprefix $(obj)/,core $(host-progs) $(lxdialog-objs) ncurses)
+       @rm -f $(host-progs) $(addprefix $(obj)/,$(lxdialog-objs))