From: erg Date: Mon, 12 Feb 2007 20:41:31 +0000 (+0000) Subject: Use specific path for mksvgfonts.pl - can't assume . is in PATH X-Git-Tag: LAST_LIBGRAPH~32^2~5679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698c1ff1228c3a693ad3cf79cffe9731d76b2754;p=graphviz Use specific path for mksvgfonts.pl - can't assume . is in PATH --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index f4c471450..3bcb8e891 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -33,7 +33,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 - 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