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