aboutsummaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-13 21:57:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-13 21:57:07 +0200
commit236cd9bb1dd022e64d690c9b0080d1a15c5f61c7 (patch)
tree2bcb891a85a64b2a4dfb7be457ea0bbbf519ccb9 /common/include
parent2b03a8fa879bd583c889b101f567927a959cdc0f (diff)
Handle --database option directly in automake and VC++ projects
Diffstat (limited to 'common/include')
-rw-r--r--common/include/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/include/makefile b/common/include/makefile
index 19d2705..eb25d9f 100644
--- a/common/include/makefile
+++ b/common/include/makefile
@@ -35,8 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database $(db_id) \
---table-prefix include_
+$(gen): odb_options += --database $(db_id) --table-prefix include_
$(gen): cpp_options := -I$(out_base) -I$(src_base)/.. -I$(src_base)/../..
$(gen): $(common.l.cpp-options)