mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Add explicit dependencies on yyscript.h to make sure that it is
built.
This commit is contained in:
@ -119,6 +119,8 @@ ld_new_LDADD = $(ldadd_var) $(LIBOBJS)
|
|||||||
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
|
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
|
||||||
|
|
||||||
# Use an explicit dependency for the bison generated header file.
|
# Use an explicit dependency for the bison generated header file.
|
||||||
|
expression.$(OBJEXT): yyscript.h
|
||||||
|
script-sections.$(OBJEXT): yyscript.h
|
||||||
script.$(OBJEXT): yyscript.h
|
script.$(OBJEXT): yyscript.h
|
||||||
|
|
||||||
# We have to build libgold.a before we run the tests.
|
# 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.
|
# Use an explicit dependency for the bison generated header file.
|
||||||
|
expression.$(OBJEXT): yyscript.h
|
||||||
|
script-sections.$(OBJEXT): yyscript.h
|
||||||
script.$(OBJEXT): yyscript.h
|
script.$(OBJEXT): yyscript.h
|
||||||
|
|
||||||
# We have to build libgold.a before we run the tests.
|
# We have to build libgold.a before we run the tests.
|
||||||
|
Reference in New Issue
Block a user