]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add explicit dependencies on yyscript.h to make sure that it is
authorIan Lance Taylor <iant@google.com>
Wed, 23 Jan 2008 02:13:38 +0000 (02:13 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 23 Jan 2008 02:13:38 +0000 (02:13 +0000)
built.

gold/Makefile.am
gold/Makefile.in

index 199c75a363f31032a9b3f94fe6f44145d742b807..d01ab813239ba1d772b6b2317aaeed3618fe4be5 100644 (file)
@@ -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.
index 512345e469d2d38bf089e85d864ea6f3a31546b3..7396895a3b55296e91df84b8b4d92153580609c1 100644 (file)
@@ -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.