about summary refs log tree commit diff
path: root/linuxthreads
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 /linuxthreads
parent4b0b5882391d3286130125c5c50860ba22d46246 (diff)
downloadglibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.gz
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.tar.xz
glibc-c6696b7957c62d89379d765c9a9008441ee7580c.zip
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
	Depend on $(before-compile).
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
-rw-r--r--linuxthreads/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 04616f1b56..8f695c631f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-04  Roland McGrath  <roland@redhat.com>
+
+	* Makefile ($(objpfx)../libc.so): New target.
+
 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
 
 	* pthread.c (__pthread_initialize_manager): Remove one last
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index d832074432..f105bd6454 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -222,6 +222,7 @@ $(addprefix $(objpfx), \
 $(addprefix $(objpfx), $(tests-reverse)): \
   $(objpfx)../libc.so $(objpfx)libpthread.so \
   $(objpfx)libpthread_nonshared.a
+$(objpfx)../libc.so: $(common-objpfx)libc.so ;
 $(addprefix $(objpfx),$(librt-tests)): $(common-objpfx)rt/librt.so
 $(objpfx)unload: $(common-objpfx)dlfcn/libdl.so
 $(objpfx)unload.out: $(objpfx)libpthread.so $(objpfx)libpthread_nonshared.a