aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/const-member/makefile2
-rw-r--r--common/const-object/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/const-member/makefile b/common/const-member/makefile
index 33d135b..40516dd 100644
--- a/common/const-member/makefile
+++ b/common/const-member/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---table-prefix common_const_member_
+--table-prefix constm_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)
diff --git a/common/const-object/makefile b/common/const-object/makefile
index 768bd98..73d6715 100644
--- a/common/const-object/makefile
+++ b/common/const-object/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---generate-query --table-prefix const_object_
+--generate-query --table-prefix consto_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)