summaryrefslogtreecommitdiff
path: root/extra/config
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-29 09:40:59 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-29 09:40:59 +0000
commitafedbca93b51b6471704007f5743ba890756b33a (patch)
tree0c70ae7c3983216b1e0d1a11c3f41aa2824e70b8 /extra/config
parent1f020b178664857b0e107778d04fb971a58e6230 (diff)
Remove .depend when doing distclean
Diffstat (limited to 'extra/config')
-rw-r--r--extra/config/Makefile2
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