aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/query/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query/makefile b/common/query/makefile
index f5726a1..5389d55 100644
--- a/common/query/makefile
+++ b/common/query/makefile
@@ -35,7 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen): odb_options += --database $(db_id) --generate-schema \
---hxx-prologue '\\\#include "traits.hxx"'
+--generate-query --hxx-prologue '\\\#include "traits.hxx"'
$(gen): cpp_options := -I$(out_base)
$(gen): $(common.l.cpp-options)