diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-28 11:48:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-28 11:57:28 +0100 |
commit | 45ca1bfc22f5d6857aeefc1e444f369cf6519805 (patch) | |
tree | 47b0ca41002ac8adbb00f2a7d8bff916c0466c06 /sal/Library_sal.mk | |
parent | eef94c1655605ce890f182e31f3cc64ee3748625 (diff) |
Fold URE: Linux ure/lib/* -> program/
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
(and juh.jar had lacked adaption for Mac OS X).
Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r-- | sal/Library_sal.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index dbca766e1dff..833ba6d92e0d 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -33,10 +33,6 @@ $(eval $(call gb_Library_add_defs,sal,\ -DSRCDIR="\"$(SRCDIR)\"" \ )) -# 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_libraries,sal,\ $(if $(filter $(OS),ANDROID), \ lo-bootstrap \ |