svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Thu Oct 9 12:59:45 UTC 2008


Author: aldot
Date: 2008-10-09 05:59:45 -0700 (Thu, 09 Oct 2008)
New Revision: 23640

Log:
- cut down on attempted pattern rule matches


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-10-09 12:58:26 UTC (rev 23639)
+++ trunk/uClibc/Makerules	2008-10-09 12:59:45 UTC (rev 23640)
@@ -286,6 +286,7 @@
 %.i:  %.S FORCE ; $(compile.i)
 %.s:  %.c FORCE ; $(compile.s)
 %.s:  %.S FORCE ; $(compile.s)
+%.dep:
 
 $(top_builddir)lib/interp.c: | $(sub_headers)
 	$(Q)$(INSTALL) -d $(dir $@)




More information about the uClibc-cvs mailing list