aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer/makefile')
-rw-r--r--odb/tracer/makefile8
1 files changed, 4 insertions, 4 deletions
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.