From b7a3cbd3c0e145c67d9955df281f616010ba2d8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 17:55:04 +0200 Subject: Make sure output directory exist before generating config.h --- odb/qt/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' */' >>$@ -- cgit v1.1