From 71a46a05f30f6f02186ba2a03b29fae37bf9e585 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 11:59:23 +0200 Subject: Update ODB import stub --- build/import/odb/hxx-cxx.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build/import') diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make index 4d16e5a..c9f3325 100644 --- a/build/import/odb/hxx-cxx.make +++ b/build/import/odb/hxx-cxx.make @@ -1,7 +1,7 @@ # file : build/import/odb/hxx-cxx.make # author : Boris Kolpackov # copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file +# license : GNU GPL v3; see accompanying LICENSE file # Here we are operating in the importing project's space, not in odb's. # @@ -51,6 +51,10 @@ endif .PHONY: $(out_base)/%-odb.cxx.hxx.clean +$(out_base)/%-odb.cxx.hxx.clean: cxx_s_suffix := $(cxx_s_suffix) +$(out_base)/%-odb.cxx.hxx.clean: cxx_h_suffix := $(cxx_h_suffix) +$(out_base)/%-odb.cxx.hxx.clean: cxx_i_suffix := $(cxx_i_suffix) + $(out_base)/%-odb.cxx.hxx.clean: $(call message,rm $$1,rm -f $$1,$(@:.cxx.hxx.clean=.$(cxx_s_suffix))) $(call message,rm $$1,rm -f $$1,$(@:.cxx.hxx.clean=.$(cxx_h_suffix))) -- cgit v1.1