Add explicit dependencies on yyscript.h to make sure that it is
built.
This commit is contained in:
parent
494e05f440
commit
7d32031390
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user