diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-29 09:40:59 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-29 09:40:59 +0000 |
commit | afedbca93b51b6471704007f5743ba890756b33a (patch) | |
tree | 0c70ae7c3983216b1e0d1a11c3f41aa2824e70b8 /extra | |
parent | 1f020b178664857b0e107778d04fb971a58e6230 (diff) |
Remove .depend when doing distclean
Diffstat (limited to 'extra')
-rw-r--r-- | extra/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |