diff options
Diffstat (limited to 'common/include/makefile')
-rw-r--r-- | common/include/makefile | 3 |
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) |