From 3fd3cfc36784be43f545f2f0973e3dc58f475996 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Feb 2009 10:31:55 +0200 Subject: Split clean rules for sample implementation and test driver Update makefiles that use these rules. --- tests/cxx/parser/duplicate/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/cxx/parser/duplicate/makefile') diff --git a/tests/cxx/parser/duplicate/makefile b/tests/cxx/parser/duplicate/makefile index 345f29a..75cbdf3 100644 --- a/tests/cxx/parser/duplicate/makefile +++ b/tests/cxx/parser/duplicate/makefile @@ -58,7 +58,8 @@ $(clean): $(driver).o.clean \ $(addsuffix .cxx.clean,$(obj)) \ $(addsuffix .cxx.clean,$(dep)) \ $(addprefix $(out_base)/,$(xsd:.xsd=-pskel.cxx.xsd.clean)) \ - $(addprefix $(out_base)/,$(xsd:.xsd=-pimpl.cxx.xsd.clean)) + $(addprefix $(out_base)/,$(xsd:.xsd=-pimpl.cxx.xsd.clean)) \ + $(addprefix $(out_base)/,$(xsd:.xsd=-pdriver.cxx.xsd.clean)) # Generated .gitignore. -- cgit v1.1