From cf503d65bf38512a89fd44e94346a3ffe56d4f40 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 19:04:14 +0200 Subject: Support fall-back dependency tracking --- odb/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 15439da..6e8790f 100644 --- a/odb/makefile +++ b/odb/makefile @@ -56,8 +56,6 @@ $(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) -$(call include-dep,$(cxx_od)) - $(out_base)/details/config.h: @echo '// file : odb/details/config.h' >$@ @echo '// author : automatically generated' >>$@ @@ -69,6 +67,8 @@ $(out_base)/details/config.h: @echo '' >>$@ @echo '#endif // ODB_DETAILS_CONFIG_H' >>$@ +$(call include-dep,$(cxx_od),$(cxx_obj),$(out_base)/details/config.h) + # Convenience alias for default target. # $(out_base)/: $(odb.l) -- cgit v1.1