aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-05-04 23:27:34 +0000
committerRoland McGrath <roland@gnu.org>2003-05-04 23:27:34 +0000
commitc6696b7957c62d89379d765c9a9008441ee7580c (patch)
tree88591bb3719915e92dbffb9f61816d412d12cc23 /nptl
parent4b0b5882391d3286130125c5c50860ba22d46246 (diff)
downloadglibc-c6696b7957c62d89379d765c9a9008441ee7580c.zip
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.gz
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.bz2
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
Depend on $(before-compile).
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 963fd6f..a1efb2b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-04 Roland McGrath <roland@redhat.com>
+
+ * Makefile ($(objpfx)../libc.so): New target.
+
2003-05-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
diff --git a/nptl/Makefile b/nptl/Makefile
index 5a91ff8..a0bd364 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -314,6 +314,7 @@ $(objpfx)tst-unload: $(common-objpfx)dlfcn/libdl.so
$(addprefix $(objpfx), $(tests-reverse)): \
$(objpfx)../libc.so $(objpfx)libpthread.so \
$(objpfx)libpthread_nonshared.a
+$(objpfx)../libc.so: $(common-objpfx)libc.so ;
$(addprefix $(objpfx),$(tests-static)): $(objpfx)libpthread.a
$(objpfx)tst-atfork2.out: $(objpfx)tst-atfork2mod.so