]> granicus.if.org Git - graphviz/commit
fix: remove dangling reference to textfont.* in Autotools file
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 20:38:48 +0000 (13:38 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 May 2021 00:06:08 +0000 (17:06 -0700)
commit1ebc593a374d56e8da292fe834ab81b1efb663c6
treee0781ac7c8e692fa2a878b9ef43ddf479c16c815
parent82ec3e15b06724acb2492910789899359ee6156e
fix: remove dangling reference to textfont.* in Autotools file

The file textfont.c was renamed to textspan.c in
65f337664d177b588c5c2418fe12bac7eef62c2a but this rule was incorrectly not
updated. Rather than relying on manual dependencies which the Autotools docs
suggest can be problematic,¹ we just remove this rule. This removes the ability
to `make textspan.o`, but clearly no one was relying on this anyway as it has
been broken since 2013.

¹ https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
lib/common/Makefile.am