summaryrefslogtreecommitdiffstats
path: root/package/config
diff options
context:
space:
mode:
Diffstat (limited to 'package/config')
-rw-r--r--package/config/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/config/Makefile b/package/config/Makefile
index 436f574bb..982569f74 100644
--- a/package/config/Makefile
+++ b/package/config/Makefile
@@ -32,7 +32,8 @@ clean:
$(Q)rm -f $(clean-files)
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) \
+ mconf .depend
FORCE:
.PHONY: FORCE clean distclean