aboutsummaryrefslogtreecommitdiff
path: root/common/const-member
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-21 19:08:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-21 20:05:46 +0200
commitc8b6dcc696dc416658cc6ecdd51b64bd7dce9aed (patch)
tree15e8d7fbaa17d69d498ecfc40e9e0c61b49cd384 /common/const-member
parente39f1cf9f0c3f520c61e0b832cca78df715d658d (diff)
Shorten table prefixes
Diffstat (limited to 'common/const-member')
-rw-r--r--common/const-member/makefile2
1 files changed, 1 insertions, 1 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)