From afedbca93b51b6471704007f5743ba890756b33a Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 29 Jul 2008 09:40:59 +0000 Subject: Remove .depend when doing distclean --- extra/config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/config/Makefile b/extra/config/Makefile index b27f77cc1..45ec1f47e 100644 --- a/extra/config/Makefile +++ b/extra/config/Makefile @@ -37,7 +37,7 @@ clean: $(Q)rm -f $(clean-files) conf distclean: clean $(Q)rm -f $(lxdialog) $(conf-objs) $(mconf-objs) $(kxgettext-objs) \ - $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) + $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) .depend FORCE: .PHONY: FORCE clean distclean -- cgit v1.2.3