diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:39:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:41:28 +0300 |
commit | 332f6a5f997677a3468c47a7b7d5b7c448809293 (patch) | |
tree | a3beb492805384aba64a75c8e0d97233df5c65c9 /sal/Library_sal.mk | |
parent | 5e648ef800a4cf853289e50744aa266ac4651fd1 (diff) |
The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mk
So no need to expand it at configure time in ure/source/unorc, and no need to
handle the related builddir!=srcdir complications.
Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 77d4176ed111..e5c02c2764c9 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -36,7 +36,6 @@ $(eval $(call gb_Library_add_defs,sal,\ # need the "ure-link" symlink to exist in INSTDIR so it's possible to link sal # FIXME: this creates cyclic dependency between ure and sal modules $(eval $(call gb_Library_use_package,sal,ure_install)) -$(eval $(call gb_Library_use_package,sal,ure_builddir_install)) $(eval $(call gb_Library_use_libraries,sal,\ $(if $(filter $(OS),ANDROID), \ |