aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ' */' >>$@