From c6696b7957c62d89379d765c9a9008441ee7580c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 4 May 2003 23:27:34 +0000 Subject: * csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file. Depend on $(before-compile). --- linuxthreads/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/Makefile') 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 -- cgit v1.2.3