aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 175bd23..8f47d63 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -152,8 +152,10 @@ ld_new_LDADD = $(ldadd_var)
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
incremental_dump_SOURCES = incremental-dump.cc
-incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY)
-incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY)
+incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
+ $(THREADSLIB) $(LIBDL)
+incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
+ $(THREADSLIB) $(LIBDL)
# Use an explicit dependency for the bison generated header file.
expression.$(OBJEXT): yyscript.h