$NetBSD: patch-ak,v 1.1 2000/05/31 14:51:17 dmcmahill Exp $ work around pmax compiler bug --- festival/src/modules/OGIresLPC/Makefile.orig Thu Aug 5 13:01:02 1999 +++ festival/src/modules/OGIresLPC/Makefile Wed May 31 01:20:01 2000 @@ -53,2 +53,10 @@ include $(TOP)/config/common_make_rules +ifeq ($(MACHINETYPE),pmax) + +resLPC_mod.o: resLPC_mod.cc + ${CXX} -c -fno-implicit-templates -fguiding-decls -Wall -I../../../src/include -I../OGIdbase -I ../OGIcommon -I../../../../speech_tools/include ${OS_INCLUDES} resLPC_mod.cc + +endif + +