svn commit: trunk/uClibc/libc

bernds at uclibc.org bernds at uclibc.org
Sat May 31 21:39:14 UTC 2008


Author: bernds
Date: 2008-05-31 14:39:13 -0700 (Sat, 31 May 2008)
New Revision: 22155

Log:
Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule to
build the former.


Modified:
   trunk/uClibc/libc/Makefile.in


Changeset:
Modified: trunk/uClibc/libc/Makefile.in
===================================================================
--- trunk/uClibc/libc/Makefile.in	2008-05-31 18:50:17 UTC (rev 22154)
+++ trunk/uClibc/libc/Makefile.in	2008-05-31 21:39:13 UTC (rev 22155)
@@ -51,7 +51,7 @@
 
 lib-a-y += $(top_builddir)lib/libc.a
 lib-gdb-y += $(top_builddir)lib/libc.gdb
-lib-so-y += $(libc)
+lib-so-y += $(libc:.$(MAJOR_VERSION)=)
 objclean-y += libc_clean
 
 OUTPUT_FORMAT = $(CC) $(CFLAGS) -Wl,--verbose 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/OUTPUT_FORMAT ( \1 )/p'




More information about the uClibc-cvs mailing list