summaryrefslogtreecommitdiff
path: root/psprint/util/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-20 14:22:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-20 14:22:50 +0000
commited8297ae539de93b87d4a13da38c3580671a0732 (patch)
treeefd9a0bb777689461f33109561adde6b0b05f949 /psprint/util/makefile.mk
parent8bf63536c365cb0886482893dceea280f4f68494 (diff)
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.16.1) -> HEAD
Diffstat (limited to 'psprint/util/makefile.mk')
-rw-r--r--psprint/util/makefile.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk
index cf929a2bf038..45bb37500755 100644
--- a/psprint/util/makefile.mk
+++ b/psprint/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: pl $ $Date: 2002-08-02 12:10:15 $
+# last change: $Author: hr $ $Date: 2002-08-20 15:22:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,12 +71,6 @@ TARGET=psp
# --- Allgemein ----------------------------------------------------------
-.IF "$(OS)"=="MACOSX"
-
-dummy:
- @echo "Nothing to build for Mac OS X"
-
-.ELSE # "$(OS)"=="MACOSX"
.IF "$(OS)"=="WNT"
LIB1TARGET= $(SLB)$/a$(TARGET).lib
LIB1FILES= $(SLB)$/fontsubset.lib
@@ -108,7 +102,6 @@ SHL1STDLIBS=$(UNOTOOLSLIB) \
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
.ENDIF # "$(OS)"=="WNT"
-.ENDIF # "$(OS)"=="MACOSX"
# --- Targets ------------------------------------------------------------