diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-29 10:04:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-29 10:04:47 +0200 |
commit | c9b3d19c3e1771cb1f0a3d93552e48e5f1d47025 (patch) | |
tree | 714be71aec621f4a4bfa2b00d27839332bd1f9a1 /pgsql/template | |
parent | e43ec751d10b8346e1450781d64595b6fb7e1185 (diff) |
Don't make database default in database-specific tests
Diffstat (limited to 'pgsql/template')
-rw-r--r-- | pgsql/template/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pgsql/template/makefile b/pgsql/template/makefile index b966ac8..f62cd55 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/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_template_ #@@ CHANGE THIS +$(gen) $(dist): export odb_options += --database pgsql --default-database \ +common --generate-schema --table-prefix pgsql_template_ #@@ CHANGE THIS $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |