From 2133a7890d3f21ba36c0fb0442d8784b1666fe6e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 3 May 2006 20:23:32 +0000 Subject: [PATCH] * mf/GNUmakefile (FC_FIND): Fix typo. --- ChangeLog | 4 ++++ mf/GNUmakefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d1b44a76d..b915dd46ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-03 Werner Lemberg + + * mf/GNUmakefile (FC_FIND): Fix typo. + 2006-05-03 Erlend Aasland * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 1864fbb36a..61a6b1721f 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -38,7 +38,7 @@ NCSB_SOURCE_FILES=$(call FC_FIND,Roman) \ $(call FC_FIND,Bold Italic) \ $(call FC_FIND,Bold) else -NCSB_SOURCE_FILES=$(addsuffix .pfb,$(addprefix $(NCSB_DIR),c059013l c059016l c059033l c059036l)) +NCSB_SOURCE_FILES=$(addsuffix .pfb,$(addprefix $(NCSB_DIR)/,c059013l c059016l c059033l c059036l)) endif NCSB_OTFS=$(addprefix $(outdir)/,CenturySchL-Ital.otf CenturySchL-BoldItal.otf CenturySchL-Roma.otf CenturySchL-Bold.otf) -- 2.39.5