svn commit: branches/uClibc-nptl/extra/config

carmelo at uclibc.org carmelo at uclibc.org
Tue Jul 29 09:42:52 UTC 2008


Author: carmelo
Date: 2008-07-29 02:42:51 -0700 (Tue, 29 Jul 2008)
New Revision: 22978

Log:
Remove .depend when doing distclean

Modified:
   branches/uClibc-nptl/extra/config/Makefile


Changeset:
Modified: branches/uClibc-nptl/extra/config/Makefile
===================================================================
--- branches/uClibc-nptl/extra/config/Makefile	2008-07-29 09:40:59 UTC (rev 22977)
+++ branches/uClibc-nptl/extra/config/Makefile	2008-07-29 09:42:51 UTC (rev 22978)
@@ -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