Commit 76e4ec6c authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix make clean in scripts/lxdialog

parent f0a59f6c
......@@ -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))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment