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