aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/makefile
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
commit35dd30f3304027fc4b6167a64bb8d2fe1152d5bf (patch)
tree7e8b43c1fe47bbc0027b283ba6e5523fff816f9f /odb/oracle/makefile
parentc9fa9d93a0db446eb8a85d62b106bff5e045ff28 (diff)
Make sure output directory exist before generating config.h
Diffstat (limited to 'odb/oracle/makefile')
-rw-r--r--odb/oracle/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/makefile b/odb/oracle/makefile
index 98cd7c8..cf1db15 100644
--- a/odb/oracle/makefile
+++ b/odb/oracle/makefile
@@ -71,7 +71,7 @@ $(gen): cli_options += \
--cli-namespace odb::oracle::details::cli \
--guard-prefix LIBODB_ORACLE_DETAILS
-$(out_base)/details/config.h:
+$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/oracle/details/config.h' >$@
@echo ' * author : automatically generated' >>$@
@echo ' */' >>$@