From 4bbd662eaeaaab4457356b8625f51530a73c8b0f Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 10 Apr 2013 23:38:14 +0200 Subject: forgot to add condition on URELIBS Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929 --- RepositoryModule_host.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryModule_host.mk') diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 24f1b4d44ff4..c67bd61f6577 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -240,7 +240,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ifeq ($(MERGELIBS),TRUE) $(eval $(call gb_Module_add_targets,libreoffice,\ Library_merged \ - Library_urelibs \ + $(if $(URELIBS),Library_urelibs) \ )) endif -- cgit