diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-28 00:25:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-28 00:25:31 +0000 |
commit | 3bc61e64309c37e3743315be6b00ea4c21ea4e68 (patch) | |
tree | 24dee1fafe617ddfbc7232b7e881db3837937c68 /libpthread/linuxthreads/Makefile | |
parent | e919981c95644082a0ea16f0bed7af04664a6c89 (diff) |
remove unused file
Diffstat (limited to 'libpthread/linuxthreads/Makefile')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index e43f05ea5..f825e992d 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -48,7 +48,7 @@ CFLAGS += $(SYSDEPINC) CSRC=attr.c cancel.c condvar.c errno.c events.c join.c lockfile.c manager.c \ mutex.c oldsemaphore.c pt-machine.c ptfork.c pthread.c \ ptlongjmp.c rwlock.c semaphore.c signals.c specific.c spinlock.c \ - wrapsyscall.c #weaks.c + wrapsyscall.c ifeq ($(UCLIBC_HAS_XLOCALE),y) CSRC += locale.c |