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 /oovbaapi | |
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 'oovbaapi')
-rw-r--r-- | oovbaapi/UnoApi_oovbaapi.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oovbaapi/UnoApi_oovbaapi.mk b/oovbaapi/UnoApi_oovbaapi.mk index a80fb8825d11..bd883f05797a 100644 --- a/oovbaapi/UnoApi_oovbaapi.mk +++ b/oovbaapi/UnoApi_oovbaapi.mk @@ -17,9 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -$(eval $(call gb_UnoApi_UnoApi,oovbaapi,oovbaapi)) - -$(eval $(call gb_UnoApi_install,oovbaapi,$(LIBO_ETC_FOLDER)/types/oovbaapi.rdb)) +$(eval $(call gb_UnoApi_UnoApi,oovbaapi)) $(eval $(call gb_UnoApi_use_api,oovbaapi,\ udkapi \ |