From: Werner Lemberg Date: Wed, 3 May 2006 20:23:32 +0000 (+0000) Subject: * mf/GNUmakefile (FC_FIND): Fix typo. X-Git-Tag: release/2.9.4~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2133a7890d3f21ba36c0fb0442d8784b1666fe6e;p=lilypond.git * mf/GNUmakefile (FC_FIND): Fix typo. --- 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)