diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 11:59:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 11:59:23 +0200 |
commit | 71a46a05f30f6f02186ba2a03b29fae37bf9e585 (patch) | |
tree | f9618e05ae092eea5af7f79673661f68d0cf039c | |
parent | fc667bc8ffe5a2a73d39cfc05e3f403a73bddfac (diff) |
Update ODB import stub
-rw-r--r-- | build/import/odb/hxx-cxx.make | 6 |
1 files changed, 5 insertions, 1 deletions
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 <boris@codesynthesis.com> # 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))) |