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 /scp2/source | |
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 'scp2/source')
-rw-r--r-- | scp2/source/ooo/ure.scp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index a1b14c66347e..653fb6f8d2df 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -564,9 +564,8 @@ End File gid_File_Misc_TypesRdb TXT_FILE_BODY; Dir = GID_DIR_URE_SHARE_MISC; - Name = "udkapi.rdb"; - InstallName = "types.rdb"; - Styles = (PACKED, SUBST_FILENAME); + Name = "types.rdb"; + Styles = (PACKED); End File gid_File_Misc_ServicesRdb |