diff --git a/src/makeBaseApp/top/exampleApp/Db/Makefile b/src/makeBaseApp/top/exampleApp/Db/Makefile index 235949a99..4e0634370 100644 --- a/src/makeBaseApp/top/exampleApp/Db/Makefile +++ b/src/makeBaseApp/top/exampleApp/Db/Makefile @@ -7,11 +7,6 @@ include $(TOP)/configure/CONFIG # Optimization of db files using dbst (DEFAULT: NO) #DB_OPT = YES -#---------------------------------------------------- -# Create and install (or just install) dbd files -# .dbd will be created from Include.dbd -#DBD += example.dbd - #---------------------------------------------------- # Create and install (or just install) # databases, templates, substitutions like this diff --git a/src/makeBaseApp/top/simpleApp/Db/Makefile b/src/makeBaseApp/top/simpleApp/Db/Makefile index 14f5573de..c8311df40 100644 --- a/src/makeBaseApp/top/simpleApp/Db/Makefile +++ b/src/makeBaseApp/top/simpleApp/Db/Makefile @@ -8,10 +8,6 @@ include $(TOP)/configure/CONFIG # Optimization of DB files using dbst (DEFAULT: NO) #DB_OPT = YES -#---------------------------------------------------- -# Creation of .dbd file from Include.dbd -#DBDNAME += _APPNAME_.dbd - #---------------------------------------------------- # Add databases, templates, substitutions like this #DB += _APPNAME_.db