From 236cd9bb1dd022e64d690c9b0080d1a15c5f61c7 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Thu, 13 Jun 2013 21:57:07 +0200
Subject: Handle --database option directly in automake and VC++ projects

---
 evolution/alter-column/makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'evolution/alter-column')

diff --git a/evolution/alter-column/makefile b/evolution/alter-column/makefile
index 3c198a2..998c915 100644
--- a/evolution/alter-column/makefile
+++ b/evolution/alter-column/makefile
@@ -45,8 +45,9 @@ test3-003-pre.sql test3-003-post.sql
 
 $(gen): $(odb)
 $(gen): odb := $(odb)
-$(gen) $(dist): odb_common_options = --database $(db_id) --generate-query \
+$(gen) $(dist): odb_common_options = --generate-query \
 --generate-schema --at-once --table-prefix evo_alter_c_
+$(gen): odb_common_options += --database $(db_id)
 $(gen1) $(dist): export odb_options1 = $(odb_common_options) --init-changelog
 $(gen2) $(dist): export odb_options2 = $(odb_common_options) --omit-create \
 --schema-name 2 --suppress-migration
@@ -74,7 +75,7 @@ $(out_base)/: $(driver)
 #
 name := $(subst /,-,$(subst $(src_root)/evolution/,,$(src_base)))
 
-$(dist): db_id := @database@
+
 $(dist): sources := $(cxx_tun)
 $(dist): headers := $(odb_hdr)
 $(dist): export extra_headers := model.hxx
-- 
cgit v1.1