summaryrefslogtreecommitdiff
path: root/dlfcn
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-07-01 23:02:50 -0700
committerUlrich Drepper <drepper@redhat.com>2010-07-01 23:02:50 -0700
commit52ed8be98e0e4278b1ac26b10f05a7b58fbefbb8 (patch)
tree9d1387d7fcce7188ea62bdf5b51604501bcec9ea /dlfcn
parent2983d85ee5492c4ab1f09ca554e47192fa5c97a2 (diff)
Fix dlfcn/Makefile cleanup
Diffstat (limited to 'dlfcn')
-rw-r--r--dlfcn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile
index 2631d87a90..578bc3ffe3 100644
--- a/dlfcn/Makefile
+++ b/dlfcn/Makefile
@@ -124,7 +124,7 @@ $(objpfx)bug-atexit1.out: $(objpfx)bug-atexit1-lib.so
$(objpfx)bug-atexit2: $(libdl)
$(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so
-LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh
+LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
$(objpfx)bug-atexit3: $(libdl)
$(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so