summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/macosx.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-10 14:06:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-10 14:06:47 +0200
commit717c9643bdb991eec87540fb3102c6ef6a25fce8 (patch)
tree36dbbd8874090a16fc091723f134d9c874ecae2e /solenv/gbuild/platform/macosx.mk
parentfb889fa870badb051a48d648f722b7895c6f8896 (diff)
More gb_PROGRAMDIRNAME clean up
Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9
Diffstat (limited to 'solenv/gbuild/platform/macosx.mk')
-rw-r--r--solenv/gbuild/platform/macosx.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 80fdfb900c1e..5d6bd8bb6689 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -28,6 +28,8 @@
gb_DEVINSTALLROOT := $(DEVINSTALLDIR)/opt/LibreOffice.app/Contents
+gb_PROGRAMDIRNAME := MacOS
+
gb_SDKDIR := $(MACOSX_SDK_PATH)
include $(GBUILDDIR)/platform/com_GCC_defs.mk
@@ -408,10 +410,6 @@ gb_Python_INSTALLED_EXECUTABLE := $(gb_DEVINSTALLROOT)/program/LibreOfficePython
# this is passed to gdb as executable when running tests
gb_Python_INSTALLED_EXECUTABLE_GDB := $(gb_Python_INSTALLED_EXECUTABLE)
-# Pyuno class
-
-gb_Pyuno_PROGRAMDIRNAME := MacOS
-
include $(GBUILDDIR)/platform/com_GCC_class.mk
# vim: set noet sw=4: