aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/qt/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/makefile b/odb/qt/makefile
index b806dac..2b2cf42 100644
--- a/odb/qt/makefile
+++ b/odb/qt/makefile
@@ -38,7 +38,7 @@ $(odb_qt.l.cpp-options): $(odb.l.cpp-options) $(qt_core.l.cpp-options)
$(cxx_obj) $(cxx_od): $(odb_qt.l.cpp-options) $(out_base)/details/config.h
-$(out_base)/details/config.h:
+$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/qt/details/config.h' >$@
@echo ' * author : automatically generated' >>$@
@echo ' */' >>$@