summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 12:30:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-27 12:30:31 +0000
commitcfb46e832463a23855a7f94319b457cda6670c34 (patch)
tree778701d1f47e8195ecd333632a1ea35da25fda1e /vcl/unx/source/app/makefile.mk
parentef4dc3129a717bb84d2435cd7540d238e650e367 (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.6-1.6.14.1) -> HEAD
Diffstat (limited to 'vcl/unx/source/app/makefile.mk')
-rw-r--r--vcl/unx/source/app/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/unx/source/app/makefile.mk b/vcl/unx/source/app/makefile.mk
index 75dffafc9b71..90aafbc448bd 100644
--- a/vcl/unx/source/app/makefile.mk
+++ b/vcl/unx/source/app/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: pl $ $Date: 2001-11-05 09:21:13 $
+# last change: $Author: hr $ $Date: 2002-08-27 13:30:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,12 +74,12 @@ TARGET=salapp
# --- Files --------------------------------------------------------
-.IF "$(OS)"=="MACOSX"
+.IF "$(GUIBASE)"!="unx"
dummy:
- @echo "Nothing to build for Mac OS X"
+ @echo "Nothing to build for GUIBASE $(GUIBASE)"
-.ELSE # "$(OS)"=="MACOSX"
+.ELSE # "$(GUIBASE)"!="unx"
.IF "$(BUILD_SOSL)"!=""
CDEFS+=-DBUILD_SOSL
@@ -133,7 +133,7 @@ EXCEPTIONSFILES=$(SLO)$/salmain.obj \
$(OBJ)$/salmain.obj
.ENDIF
-.ENDIF # "$(OS)"=="MACOSX"
+.ENDIF # "$(GUIBASE)"!="unx"
# --- Targets ------------------------------------------------------