From e31993bb84413e5a8d8d0c06e722f81f08db8e11 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 11 Aug 2003 15:39:58 +0000 Subject: [PATCH] Changed template in macro name to all caps TEMPLATE. --- src/makeBaseApp/top/exampleApp/Db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/exampleApp/Db/Makefile b/src/makeBaseApp/top/exampleApp/Db/Makefile index e40936bbd..035b9f06e 100644 --- a/src/makeBaseApp/top/exampleApp/Db/Makefile +++ b/src/makeBaseApp/top/exampleApp/Db/Makefile @@ -16,7 +16,7 @@ DB += dbSubExample.db #---------------------------------------------------- # If .db template is not named *.template add -# _template = +# _TEMPLATE = include $(TOP)/configure/RULES #----------------------------------------