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