Add explicit dependencies on yyscript.h to make sure that it is

built.
This commit is contained in:
Ian Lance Taylor 2008-01-23 02:13:38 +00:00
parent 494e05f440
commit 7d32031390
2 changed files with 4 additions and 0 deletions

View 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.

View 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.