svn commit: trunk/uClibc/extra/config

carmelo at uclibc.org carmelo at uclibc.org
Tue Jul 29 09:41:00 UTC 2008


Author: carmelo
Date: 2008-07-29 02:40:59 -0700 (Tue, 29 Jul 2008)
New Revision: 22977

Log:
Remove .depend when doing distclean

Modified:
   trunk/uClibc/extra/config/Makefile


Changeset:
Modified: trunk/uClibc/extra/config/Makefile
===================================================================
--- trunk/uClibc/extra/config/Makefile	2008-07-29 00:19:44 UTC (rev 22976)
+++ trunk/uClibc/extra/config/Makefile	2008-07-29 09:40:59 UTC (rev 22977)
@@ -37,7 +37,7 @@
 	$(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




More information about the uClibc-cvs mailing list