From 3772ef6bd09cd0c39042bb0fb1b176b1a3308e10 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 17:55:03 +0200 Subject: Make sure output directory exist before generating config.h --- odb/boost/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/boost/makefile b/odb/boost/makefile index d028a10..3cfe2ff 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -32,7 +32,7 @@ $(odb_boost.l.cpp-options): $(odb.l.cpp-options) $(cxx_obj) $(cxx_od): $(odb_boost.l.cpp-options) $(out_base)/details/config.h -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/boost/details/config.h' >$@ @echo ' * author : automatically generated' >>$@ @echo ' */' >>$@ -- cgit v1.1