diff options
-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 ' */' >>$@ |