summaryrefslogtreecommitdiff
path: root/jurt/Module_jurt.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-14 18:08:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-14 18:11:55 +0200
commita382dad6afefdfc14b5d0c891ddbec149328de3d (patch)
tree0d2a0be8f0d25c7a04d3b6309c7b3aa682bb9b6a /jurt/Module_jurt.mk
parent1d0e18703523139e5fd6d11b6f3d72bb0b368036 (diff)
Clean up Mac OS X .jnilibs
Those .jnilibs that are not needed as .dylibs (this includes those that are also UNO components) are handled via RepositoryFixes.mk. The remaining one, libjava_uno.jnilib is packaged as a symlink in instdir. Everything else is not necessary and removed (including the venerable oddity macosx-create-bundle). Change-Id: I34a1801b0733cdff885c1c72db16fa631c5d82ef
Diffstat (limited to 'jurt/Module_jurt.mk')
-rw-r--r--jurt/Module_jurt.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/jurt/Module_jurt.mk b/jurt/Module_jurt.mk
index 92b870fa882c..89fb3973c687 100644
--- a/jurt/Module_jurt.mk
+++ b/jurt/Module_jurt.mk
@@ -16,13 +16,6 @@ $(eval $(call gb_Module_add_targets,jurt,\
Library_jpipe \
))
-ifeq ($(OS),MACOSX)
-$(eval $(call gb_Module_add_targets,jurt,\
- CustomTarget_jnilib \
- Package_jnilib \
-))
-endif
-
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,jurt,\
Library_jpipx \