From d5dcd2e6ec2a2344da44b8e5cbfe319957318dba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Feb 2014 09:50:18 +0200 Subject: Add support for manual dependency tracking in tests and examples --- examples/cxx/hybrid/streaming/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx/hybrid/streaming/makefile') diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile index 6f872ee..6f1e9c4 100644 --- a/examples/cxx/hybrid/streaming/makefile +++ b/examples/cxx/hybrid/streaming/makefile @@ -46,7 +46,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \ --generate-aggregate --custom-parser object=/object-pimpl.hxx \ --custom-serializer object=/object-simpl.hxx -$(call include-dep,$(dep)) +$(call include-dep,$(dep),$(obj),$(gen)) # Convenience alias for default target. # -- cgit v1.1