diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-25 16:45:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-25 16:46:55 +0200 |
commit | 5b29d3a7fd759fd3d35af4a13e0977be6c20cd99 (patch) | |
tree | cb43d76a9eb69bd59356cf4385fdfeadcb99795d /offapi/UnoApi_offapi.mk | |
parent | 7d97ec9a3eba9ceacbea631a56185e40b62fdec7 (diff) |
gbuild: refactor UnoApi to remove rdb files from OUTDIR
- gb_UnoApi_get_target returns the files in INSTDIR
- stop using rdb files from OUTDIR
- remove gb_UnoApi_install
- remove pointless 2nd parameter of gb_UnoApi_UnoApi
- order-only dependency from gb_UnoApi_get_target to
gb_UnoApiHeadersTarget_get_target because INSTDIR .rdb is always outdated
Change-Id: Id418f75e9b38d6fe135b55eca2594c2624bc41cc
Diffstat (limited to 'offapi/UnoApi_offapi.mk')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 4eb72ac4fb7f..8b63afde11c1 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -17,9 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -$(eval $(call gb_UnoApi_UnoApi,offapi,offapi)) - -$(eval $(call gb_UnoApi_install,offapi,$(LIBO_ETC_FOLDER)/types/offapi.rdb)) +$(eval $(call gb_UnoApi_UnoApi,offapi)) $(eval $(call gb_UnoApi_package_idlfiles,offapi)) |