summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-17 10:01:28 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-17 10:01:28 +0000
commite968a6d9de1b84d5bb1ddfeff92107e6a1e4e84c (patch)
tree04e91ba567220dff1a25421ae0b3a2dfcd552fd6 /libpthread/linuxthreads.old/Makefile.in
parent0d996aaa3d68cfa531c01114309d122565eb4937 (diff)
Add libc_pthread_init to libc.a as well, should correct bug reported to ml
Diffstat (limited to 'libpthread/linuxthreads.old/Makefile.in')
-rw-r--r--libpthread/linuxthreads.old/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in
index 47a4f8d98..ce78248c3 100644
--- a/libpthread/linuxthreads.old/Makefile.in
+++ b/libpthread/linuxthreads.old/Makefile.in
@@ -63,6 +63,7 @@ CFLAGS-forward.c := -DIS_IN_libc
CFLAGS-libc_pthread_init.c := -DIS_IN_libc
libpthread_libc_CSRC := forward.c libc_pthread_init.c
libpthread_libc_OBJ := $(patsubst %.c, $(libpthread_OUT)/%.o,$(libpthread_libc_CSRC))
+libc-static-y += $(libpthread_OUT)/libc_pthread_init.o
libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)
libpthread-static-y += $(patsubst %.c,$(libpthread_OUT)/%.o,$(libpthread_SPEC_SRC))