From: erg Date: Wed, 13 Jun 2007 14:59:43 +0000 (+0000) Subject: Fix rule for making ps_font_equiv.h X-Git-Tag: LAST_LIBGRAPH~32^2~5545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eebd9669af921a6f1c71a281e5a3b7a8435a63a8;p=graphviz Fix rule for making ps_font_equiv.h --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index b3f3b26b2..5c26e4f1c 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -34,7 +34,7 @@ fontmetrics.o fontmetrics.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 ps_fontmap.txt ps_font_equiv.h - ./mksvgfonts.pl fontmap.cfg ps_font_equiv.txt | LC_ALL=C $(SORT) >ps_font_equiv.h + ./mksvgfonts.pl fontmap.cfg ps_font_equiv.txt | LC_ALL=C $(SORT) >>ps_font_equiv.h utils.o utils.lo : ps.h