summaryrefslogtreecommitdiff
path: root/desktop/scripts/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/makefile.mk')
-rw-r--r--desktop/scripts/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk
index ec28dfcd53..52750ca0b4 100644
--- a/desktop/scripts/makefile.mk
+++ b/desktop/scripts/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
# This file is part of OpenOffice.org.
#
@@ -42,7 +42,6 @@ TARGET=scripts
UNIXTEXT= \
$(MISC)$/sbase.sh \
- $(MISC)$/soffice.sh \
$(MISC)$/scalc.sh \
$(MISC)$/sdraw.sh \
$(MISC)$/simpress.sh \
@@ -54,4 +53,8 @@ UNIXTEXT= \
$(MISC)$/unoinfo.sh \
$(MISC)$/unopkg.sh
+.IF "$(OS)" != "MACOSX"
+UNIXTEXT+= $(MISC)$/soffice.sh
+.ENDIF
+
.INCLUDE : target.mk