diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-16 11:47:34 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-16 11:50:25 +0200 |
commit | 75ece7acdc81d17ce26bab966e57fbca7406bf52 (patch) | |
tree | 49c858afa1cba594421ab923278f2a508f7283c1 /RepositoryModule_host.mk | |
parent | fdb6b39d682372ece754afee2d574ab31552f36b (diff) |
do not merge public ure libraries
No more need for URELIBS, depend only on MERGELIBS.
Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 3b425d096876..a8bf87df7731 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -240,7 +240,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ifneq ($(MERGELIBS),) $(eval $(call gb_Module_add_targets,libreoffice,\ Library_merged \ - $(if $(URELIBS),Library_urelibs) \ + Library_urelibs \ )) endif |