aboutsummaryrefslogtreecommitdiff
path: root/mysql/template/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template/makefile')
-rw-r--r--mysql/template/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql/template/makefile b/mysql/template/makefile
index 3371da0..6bb505f 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -34,8 +34,8 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database mysql --generate-schema \
---table-prefix mysql_template_ #@@ CHANGE THIS
+$(gen) $(dist): export odb_options += --database mysql --default-database \
+common --generate-schema --table-prefix mysql_template_ #@@ CHANGE THIS
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)