From 7aee40f95c26ae3c5af2c723af57ba316f99cf0c 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/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/makefile') 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 ' */' >>$@ -- cgit v1.1