From ffb9a2d6090e9fb0a6059ab952ebdda737417473 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sun, 16 Jul 2017 21:58:27 +0200 Subject: Use system-wide festival in Makefile --- lib/dicts/cmu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dicts') diff --git a/lib/dicts/cmu/Makefile b/lib/dicts/cmu/Makefile index 49aaa76..61f522b 100644 --- a/lib/dicts/cmu/Makefile +++ b/lib/dicts/cmu/Makefile @@ -62,7 +62,7 @@ FILES = Makefile COPYING $(SRCS) cmudict-0.4.scm cmudict-0.4.diff \ cmudict-0.4.out: cmudict-0.4.scm cmudict_extensions.scm cat cmudict-0.4.scm cmudict_extensions.scm >all.scm - ${ESTDIR}/../festival/bin/festival -b cmudict_compile.scm + festival -b cmudict_compile.scm rm -f all.scm cmudict-0.4.scm: @@ -99,4 +99,4 @@ lts_rules: ./build_lts backup: - tar zcvf cmudict04.tar.gz $(FILES) \ No newline at end of file + tar zcvf cmudict04.tar.gz $(FILES) -- cgit v1.2.3