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 | 192af55136c79910046de751bd85bf6d1f426e9e (patch) | |
tree | 348dfdd65109cfc3aa5d850f1309980d5bbe2d04 | |
parent | d83a7296e228cf0af74992020f51c566a03108c9 (diff) |
Make sure output directory exist before generating config.h
-rw-r--r-- | odb/sqlite/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index ae355a8..50ef959 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -67,7 +67,7 @@ $(gen): cli_options += \ --cli-namespace odb::sqlite::details::cli \ --guard-prefix LIBODB_SQLITE_DETAILS -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/sqlite/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |