svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Sat Feb 18 20:42:55 UTC 2006


Author: vapier
Date: 2006-02-18 12:42:53 -0800 (Sat, 18 Feb 2006)
New Revision: 14120

Log:
since interp is an actual object file that is linked into shared libs, make it a build depend rather than just an order depend

Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2006-02-18 20:13:22 UTC (rev 14119)
+++ trunk/uClibc/Makerules	2006-02-18 20:42:53 UTC (rev 14120)
@@ -8,7 +8,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"
 libs: $(lib-a-y)




More information about the uClibc-cvs mailing list