aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 17:55:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 17:55:03 +0200
commitf534ea71ba1b2109aee50fcd2dfe7f6ee0a6a707 (patch)
treeb4640d5db92ed544b6ed6b782e51540a8e999f6d
parent2f920671a7e4be7eb488724ae19360a87d66860c (diff)
Make sure output directory exist before generating config.h
-rw-r--r--odb/mysql/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile
index 9644536..2e6d5ad 100644
--- a/odb/mysql/makefile
+++ b/odb/mysql/makefile
@@ -71,7 +71,7 @@ $(gen): cli_options += \
--cli-namespace odb::mysql::details::cli \
--guard-prefix LIBODB_MYSQL_DETAILS
-$(out_base)/details/config.h:
+$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/mysql/details/config.h' >$@
@echo ' * author : automatically generated' >>$@
@echo ' */' >>$@