]> git.ipfire.org Git - thirdparty/gcc.git/commit
libcc1: Fix tags generation target
authorSimon Martin <simon@nasilyan.com>
Mon, 23 Dec 2024 12:28:31 +0000 (13:28 +0100)
committerSimon Martin <simon@nasilyan.com>
Mon, 23 Dec 2024 15:59:18 +0000 (16:59 +0100)
commit6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a
tree8725dd8485aec31f9ebee946388dd6f34467893c
parentd21efb65d15273d50ca80aea14787efa6245174c
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.
libcc1/Makefile.am
libcc1/Makefile.in