diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-27 17:55:04 +0200 |
commit | d1195999bfd67ca5aac2b0b5257a3538582f41e6 (patch) | |
tree | ff663fc2b61ee36b2e54a95443e65e1e1ab0ca12 /libcommon/common | |
parent | c12e7cba18fe4163563f1428626950a68a5d01d6 (diff) |
Make sure output directory exist before generating config.h
Diffstat (limited to 'libcommon/common')
-rw-r--r-- | libcommon/common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile index 885b55d..6bc7a88 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -41,7 +41,7 @@ $(cxx_obj) $(cxx_od): $(common.l.cpp-options) $(out_base)/config.h $(common.l.cpp-options): value := -I$(out_root)/libcommon -I$(src_root)/libcommon $(common.l.cpp-options): $(odb_db.l.cpp-options) $(odb.l.cpp-options) -$(out_base)/config.h: $(dcf_root)/configuration-dynamic.make +$(out_base)/config.h: $(dcf_root)/configuration-dynamic.make | $(out_base)/. @echo '/* file : libcommon/common/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ |