summaryrefslogtreecommitdiff
path: root/gold/Makefile.in
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
commit5e9c8489cd86670b7a65dd48d0953882423a4291 (patch)
tree6d01a8ce72d2195b59ac23cde17fd93c58bc2679 /gold/Makefile.in
parenta81e89b1695d69b5c9777a0e9fd547c8a72cbe37 (diff)
downloadbinutils-redhat-5e9c8489cd86670b7a65dd48d0953882423a4291.tar.gz
Add explicit dependencies on yyscript.h to make sure that it is
built.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 512345e469..7396895a3b 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -1014,6 +1014,8 @@ uninstall-info: uninstall-info-recursive
# 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.