diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-29 09:42:51 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-29 09:42:51 +0000 |
| commit | 487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b (patch) | |
| tree | 080a174e32ab48645e03c32327da4683775d1af6 | |
| parent | c09e8cc42e94e975fe24f98deff11ff748a2d26f (diff) | |
| download | uClibc-alpine-487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b.tar.bz2 uClibc-alpine-487c8d8c5b0fc14ce832d2c0581027fd1fd33f4b.tar.xz | |
Remove .depend when doing distclean
| -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 |
