svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Fri Jul 11 16:23:39 UTC 2008


Author: aldot
Date: 2008-07-11 09:23:38 -0700 (Fri, 11 Jul 2008)
New Revision: 22789

Log:
- the interp is an order-only prereq of lib-so-y
- hint vi on the filetype while at it


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-07-11 16:21:28 UTC (rev 22788)
+++ trunk/uClibc/Makerules	2008-07-11 16:23:38 UTC (rev 22789)
@@ -15,7 +15,7 @@
 ifeq ($(HAVE_SHARED),y)
 .LIBPATTERNS: "lib%.so"
 libs: $(lib-so-y) $(lib-a-y)
-$(lib-so-y): $(interp)
+$(lib-so-y): | $(interp)
 else
 .LIBPATTERNS: "lib%.a"
 ifeq ($(UCLIBC_FORMAT_SHARED_FLAT),y)
@@ -404,3 +404,4 @@
 endif
 endif
 
+# vi: ft=make :




More information about the uClibc-cvs mailing list