diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:03 +0200 |
commit | 3772ef6bd09cd0c39042bb0fb1b176b1a3308e10 (patch) | |
tree | acd0ebac8aa98068d2e2fd961be21f9d28c7fd10 | |
parent | 8976a0a11befafb8bed0105dc29ac5c183745e7a (diff) |
Make sure output directory exist before generating config.h
-rw-r--r-- | odb/boost/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/makefile b/odb/boost/makefile index d028a10..3cfe2ff 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -32,7 +32,7 @@ $(odb_boost.l.cpp-options): $(odb.l.cpp-options) $(cxx_obj) $(cxx_od): $(odb_boost.l.cpp-options) $(out_base)/details/config.h -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/boost/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |