aboutsummaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
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)