From: ellson Date: Tue, 12 Sep 2006 17:11:49 +0000 (+0000) Subject: more "separate build directory" fixes X-Git-Tag: LAST_LIBGRAPH~32^2~5888 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fed1fc250bd9750ef5e98b32ab6ce83f09079243;p=graphviz more "separate build directory" fixes --- diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index f0d41eb51..0a8756b39 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -30,13 +30,13 @@ libcommon_C_la_SOURCES = arrows.c colxlate.c fontmetrics.c \ fontmetrics.o fontmetrics.lo: ps_font_equiv.h # ensure font names are properly sorted for bsearch operation -ps_font_equiv.h: ps_font_equiv.txt - LC_COLLATE=C $(SORT) ps_font_equiv.h +ps_font_equiv.h: $(srcdir)/ps_font_equiv.txt + LC_COLLATE=C $(SORT) <$(srcdir)/ps_font_equiv.txt >ps_font_equiv.h utils.o utils.lo : ps.h -ps.h : ps.txt - $(AWK) -f $(top_srcdir)/awk/stringize.awk ps.txt > ps.h +ps.h : $(srcdir)/ps.txt + $(AWK) -f $(top_srcdir)/awk/stringize.awk $(srcdir)/ps.txt > ps.h colxlate.o colxlate.lo : colortbl.h