From fed1fc250bd9750ef5e98b32ab6ce83f09079243 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 12 Sep 2006 17:11:49 +0000 Subject: [PATCH] more "separate build directory" fixes --- lib/common/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.40.0