diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-19 20:25:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:18:15 +0000 |
commit | 1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d (patch) | |
tree | 065eb1be3cee8ff221f7c613a06f15e6c536b2fc /cui/AllLangResTarget_cui.mk | |
parent | c042cd05e9960742ba0d6b69058ac55092171bd3 (diff) |
gbuild: drop empty use_packages calls
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f
Reviewed-on: https://gerrit.libreoffice.org/3503
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'cui/AllLangResTarget_cui.mk')
-rw-r--r-- | cui/AllLangResTarget_cui.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk index fa64d0330f07..abc25df11b85 100644 --- a/cui/AllLangResTarget_cui.mk +++ b/cui/AllLangResTarget_cui.mk @@ -17,9 +17,6 @@ $(eval $(call gb_AllLangResTarget_add_srs,cui,\ $(eval $(call gb_SrsTarget_SrsTarget,cui/res)) -$(eval $(call gb_SrsTarget_use_packages,cui/res,\ -)) - $(eval $(call gb_SrsTarget_set_include,cui/res,\ $$(INCLUDE) \ -I$(SRCDIR)/cui/source/inc \ |