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 /udkapi/UnoApi_udkapi.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 'udkapi/UnoApi_udkapi.mk')
-rw-r--r-- | udkapi/UnoApi_udkapi.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/udkapi/UnoApi_udkapi.mk b/udkapi/UnoApi_udkapi.mk index cee6ae4fcef3..2eaee045bfed 100644 --- a/udkapi/UnoApi_udkapi.mk +++ b/udkapi/UnoApi_udkapi.mk @@ -17,9 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -$(eval $(call gb_UnoApi_UnoApi,udkapi,udkapi)) - -$(eval $(call gb_UnoApi_install,udkapi,$(LIBO_URE_SHARE_FOLDER)/misc/types.rdb)) +$(eval $(call gb_UnoApi_UnoApi,udkapi)) $(eval $(call gb_UnoApi_package_idlfiles,udkapi)) |