diff options
author | Ian Lance Taylor <iant@google.com> | 2008-01-23 02:13:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-01-23 02:13:38 +0000 |
commit | 7d3203139003550a32983e72e3677665738d2e6b (patch) | |
tree | 92501b99a6ac481df6370cdd18b986a81568d348 /gold/Makefile.in | |
parent | 494e05f4405228561f0af4d424136128ff8830d2 (diff) | |
download | gdb-7d3203139003550a32983e72e3677665738d2e6b.zip gdb-7d3203139003550a32983e72e3677665738d2e6b.tar.gz gdb-7d3203139003550a32983e72e3677665738d2e6b.tar.bz2 |
Add explicit dependencies on yyscript.h to make sure that it is
built.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r-- | gold/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in index 512345e..7396895 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. |