aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-01-23 02:13:38 +0000
committerIan Lance Taylor <iant@google.com>2008-01-23 02:13:38 +0000
commit7d3203139003550a32983e72e3677665738d2e6b (patch)
tree92501b99a6ac481df6370cdd18b986a81568d348 /gold/Makefile.am
parent494e05f4405228561f0af4d424136128ff8830d2 (diff)
downloadfsf-binutils-gdb-7d3203139003550a32983e72e3677665738d2e6b.zip
fsf-binutils-gdb-7d3203139003550a32983e72e3677665738d2e6b.tar.gz
fsf-binutils-gdb-7d3203139003550a32983e72e3677665738d2e6b.tar.bz2
Add explicit dependencies on yyscript.h to make sure that it is
built.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 199c75a..d01ab81 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -119,6 +119,8 @@ ld_new_LDADD = $(ldadd_var) $(LIBOBJS)
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
# Use an explicit dependency for the bison generated header file.
+expression.$(OBJEXT): yyscript.h
+script-sections.$(OBJEXT): yyscript.h
script.$(OBJEXT): yyscript.h
# We have to build libgold.a before we run the tests.