aboutsummaryrefslogtreecommitdiff
path: root/sqlite/truncation/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/truncation/makefile')
-rw-r--r--sqlite/truncation/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/truncation/makefile b/sqlite/truncation/makefile
index 8b00a1c..33c7f46 100644
--- a/sqlite/truncation/makefile
+++ b/sqlite/truncation/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database sqlite --generate-query \
---generate-schema
+--generate-schema --table-prefix sqlitex_truncation_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)