From: Ian Lance Taylor Date: Wed, 23 Jan 2008 02:13:38 +0000 (+0000) Subject: Add explicit dependencies on yyscript.h to make sure that it is X-Git-Tag: sid-snapshot-20080201~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d3203139003550a32983e72e3677665738d2e6b;p=external%2Fbinutils.git Add explicit dependencies on yyscript.h to make sure that it is built. --- 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. 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.