1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-17 18:21:03 +03:00

* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.

Depend on $(before-compile).
This commit is contained in:
Roland McGrath
2003-05-04 23:27:34 +00:00
parent 4b0b588239
commit c6696b7957
6 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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