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 | c83c53f3cea54b62d1d90d298dccafcda37d5297 (patch) | |
tree | ddf442aea6a32263c07c0bc2609b1244880f53e8 | |
parent | b64c3b462f99ef7337eb4bc7fa6bb258d619d8b3 (diff) |
Make sure output directory exist before generating config.h
-rw-r--r-- | odb/pgsql/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index 647ab85..e447f8e 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -72,7 +72,7 @@ $(gen): cli_options += \ --cli-namespace odb::pgsql::details::cli \ --guard-prefix LIBODB_PGSQL_DETAILS -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/pgsql/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |