diff options
Diffstat (limited to 'debug')
-rw-r--r-- | debug/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/debug/Makefile b/debug/Makefile index 85cec71b95..8431d3a617 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -71,5 +71,9 @@ $(objpfx)xtrace: xtrace.sh # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -$(objpfx)libSegFault.so: $(common-objpfx)libc.so $(common-objpfx)elf/ld.so -$(objpfx)libpcprofile.so: $(common-objpfx)libc.so $(common-objpfx)elf/ld.so +$(objpfx)libSegFault.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a \ + $(common-objpfx)elf/ld.so +$(objpfx)libpcprofile.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a \ + $(common-objpfx)elf/ld.so |