diff options
author | Simon Martin <simon@nasilyan.com> | 2024-12-23 13:28:31 +0100 |
---|---|---|
committer | Simon Martin <simon@nasilyan.com> | 2024-12-23 16:59:18 +0100 |
commit | 6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a (patch) | |
tree | 8725dd8485aec31f9ebee946388dd6f34467893c /gcc/fortran/trans-expr.cc | |
parent | d21efb65d15273d50ca80aea14787efa6245174c (diff) | |
download | gcc-6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a.zip gcc-6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a.tar.gz gcc-6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a.tar.bz2 |
libcc1: Fix tags generation target
'make tags' currently fails for libcc1 with this:
*** No rule to make target `marshall-c.hh', needed by `tags-am'. Stop.
The problem is that while marshall-c.hh has been removed via
r12-454-g25d1a6ecdc443f, it's still part of the libcc1_la_SOURCES
variable, hence the 'tags' target has a dependency on it.
This patch simply removes the marshall_c_source variable, that should be
empty.
libcc1/ChangeLog:
* Makefile.am: Remove reference to deleted marshall-c.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'gcc/fortran/trans-expr.cc')
0 files changed, 0 insertions, 0 deletions