diff options
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |