aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 17:55:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 17:55:04 +0200
commitb7a3cbd3c0e145c67d9955df281f616010ba2d8a (patch)
tree7ed25de4187f4064d27b699e8be18e3ff093ed18
parentf2625ff388a037ce0d65fcc14f76586614936d78 (diff)
Make sure output directory exist before generating config.h
-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 ' */' >>$@