diff options
-rw-r--r-- | odb/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile index e5c9a0e..9937509 100644 --- a/odb/makefile +++ b/odb/makefile @@ -61,7 +61,7 @@ $(odb.l): $(cxx_obj) -lpthread $(cxx_obj) $(cxx_od): $(odb.l.cpp-options) $(out_base)/details/config.h $(odb.l.cpp-options): value := -I$(out_root) -I$(src_root) -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |