[Buildroot] svn commit: trunk/buildroot/package/config

sjhill at uclibc.org sjhill at uclibc.org
Fri Jul 6 04:58:02 UTC 2007


Author: sjhill
Date: 2007-07-05 21:58:01 -0700 (Thu, 05 Jul 2007)
New Revision: 19009

Log:
Remove more stuff during 'make distclean'.


Modified:
   trunk/buildroot/package/config/Makefile


Changeset:
Modified: trunk/buildroot/package/config/Makefile
===================================================================
--- trunk/buildroot/package/config/Makefile	2007-07-06 04:26:32 UTC (rev 19008)
+++ trunk/buildroot/package/config/Makefile	2007-07-06 04:58:01 UTC (rev 19009)
@@ -32,7 +32,8 @@
 	$(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




More information about the buildroot mailing list