diff options
-rw-r--r-- | boost/common/template/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/common/template/makefile b/boost/common/template/makefile index 4c4c4ad..85000d3 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -44,8 +44,8 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) -$(gen) $(dist): export odb_options += --database $(db_id) --profile boost \ ---generate-schema +$(gen) $(dist): export odb_options += --database $(db_id) \ +--profile boost/version --generate-schema # CHANGE boost/version $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) $(odb_boost.l.cpp-options) \ $(boost.l.cpp-options) |