summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-29 09:42:51 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-29 09:42:51 +0000
commit487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b (patch)
tree080a174e32ab48645e03c32327da4683775d1af6
parentc09e8cc42e94e975fe24f98deff11ff748a2d26f (diff)
downloaduClibc-alpine-487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b.tar.bz2
uClibc-alpine-487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b.tar.xz
Remove .depend when doing distclean
-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