2011-11-21 02:35:29 +01:00
|
|
|
$NetBSD: patch-ac,v 1.5 2011/11/21 01:35:29 marino Exp $
|
2005-03-07 12:32:08 +01:00
|
|
|
|
2011-11-21 02:35:29 +01:00
|
|
|
--- festival/examples/Makefile.orig 2008-11-23 21:07:52.000000000 +0000
|
|
|
|
+++ festival/examples/Makefile
|
|
|
|
@@ -55,7 +55,7 @@ include $(TOP)/config/common_make_rules
|
2005-03-07 12:32:08 +01:00
|
|
|
$(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 $@
|
|
|
|
|