svn commit: branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/mips

sjhill at uclibc.org sjhill at uclibc.org
Sun Feb 5 04:57:41 UTC 2006


Author: sjhill
Date: 2006-02-04 20:57:40 -0800 (Sat, 04 Feb 2006)
New Revision: 13842

Log:
Update for file renaming.


Modified:
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch


Changeset:
Modified: branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch	2006-02-05 04:53:05 UTC (rev 13841)
+++ branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch	2006-02-05 04:57:40 UTC (rev 13842)
@@ -1,11 +1,11 @@
 # Makefile for uClibc NPTL
 #
-# Copyright (C) 2005 Steven J. Hill <sjhill at uclibc.org>
+# Copyright (C) 2006 Steven J. Hill <sjhill at uclibc.org>
 #
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-libpthread_SSRC = pt-vfork.S #clone.S
+libpthread_SSRC = pt-clone.S pt-vfork.S
 libpthread_CSRC = pthread_once.c
 
 libc_a_CSRC = fork.c




More information about the uClibc-cvs mailing list