From d1195999bfd67ca5aac2b0b5257a3538582f41e6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 17:55:04 +0200 Subject: Make sure output directory exist before generating config.h --- libcommon/common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' */' >>$@ -- cgit v1.1