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
output.c emit.c ps_font_equiv.txt ps_fontmap.txt fontmap.cfg \
color_names
-textfont.o textfont.lo: ps_font_equiv.h
-
# ensure font names are properly sorted for bsearch operation
ps_font_equiv.h: $(srcdir)/ps_font_equiv.txt $(srcdir)/fontmap.cfg $(srcdir)/ps_fontmap.txt
cp $(srcdir)/ps_fontmap.txt ps_font_equiv.h