diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:03 +0200 |
commit | 37852d802589053266c109a3693ace2316de40b7 (patch) | |
tree | 3b86e5d8cbc2f69a899e44fbf3808fde85b168d8 | |
parent | ad02256b1fd39d570d6639998aafe436e4a5bb52 (diff) |
Make sure output directory exist before generating config.h
-rw-r--r-- | odb/tracer/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/tracer/makefile b/odb/tracer/makefile index 335e681..2406e72 100644 --- a/odb/tracer/makefile +++ b/odb/tracer/makefile @@ -37,7 +37,7 @@ $(odb_tracer.l.cpp-options): $(odb.l.cpp-options) $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/tracer/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |