From 11a820f082e03a0cebc63f8dcdf83fa0454f7471 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/tracer/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/tracer/makefile') diff --git a/odb/tracer/makefile b/odb/tracer/makefile index bf03eb5..3e76532 100644 --- a/odb/tracer/makefile +++ b/odb/tracer/makefile @@ -32,8 +32,6 @@ $(odb_tracer.l.cpp-options): $(odb.l.cpp-options) $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h -$(call include-dep,$(cxx_od)) - $(out_base)/details/config.h: @echo '// file : odb/tracer/details/config.h' >$@ @echo '// author : automatically generated' >>$@ @@ -44,6 +42,8 @@ $(out_base)/details/config.h: @echo '' >>$@ @echo '#endif // ODB_TRACER_DETAILS_CONFIG_H' >>$@ +$(call include-dep,$(cxx_od),$(cxx_obj),$(out_base)/details/config.h) + # Convenience alias for default target. # $(out_base)/: $(odb_tracer.l) @@ -60,8 +60,8 @@ $(dist): export interface_version = $(shell sed -e \ $(dist): $(call dist-data,$(sources) $(headers) details/config.h.in) - $(call meta-vc9proj,$(src_base)/libodb-tracer-vc9.vcproj) - $(call meta-vc10proj,$(src_base)/libodb-tracer-vc10.vcxproj) + $(call meta-vc9proj,libodb-tracer-vc9.vcproj) + $(call meta-vc10proj,libodb-tracer-vc10.vcxproj) $(call meta-automake) # Clean. -- cgit v1.1