$NetBSD: patch-ac,v 1.4 2005/03/07 11:32:09 agc Exp $

--- festival/examples/Makefile	2005/03/07 11:05:22	1.1
+++ festival/examples/Makefile	2005/03/07 11:05:45
@@ -55,7 +55,7 @@
 $(ALL) : % : %.sh
 	rm -f $@
 	@echo "#!/bin/sh" >$@
-	@echo "\"true\" ; exec "$(FESTIVAL_HOME)/bin/festival --script '$$0 $$*' >>$@
+	@echo "\"true\" ; exec "$(PREFIX)/bin/festival --script '$$0 $$*' >>$@
 	cat $< >>$@
 	chmod +x $@
 
