diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 14:10:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-20 14:10:29 +0000 |
commit | 6606262839dc850c1559d41ae821820b53784e3e (patch) | |
tree | 8de148b503edf01431eafb30ea67cda5f6425f0b /psprint/source/helper | |
parent | 5dd8a4829b297ed0fc884c37a3d856fa0be806e6 (diff) |
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.20.1) -> HEAD
Diffstat (limited to 'psprint/source/helper')
-rw-r--r-- | psprint/source/helper/makefile.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/psprint/source/helper/makefile.mk b/psprint/source/helper/makefile.mk index 42808233e6dd..9b8805a799b1 100644 --- a/psprint/source/helper/makefile.mk +++ b/psprint/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: pl $ $Date: 2001-05-08 11:46:02 $ +# last change: $Author: hr $ $Date: 2002-08-20 15:07:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,20 +72,11 @@ TARGET=helper # --- Files -------------------------------------------------------- -.IF "$(OS)"=="MACOSX" - -dummy: - @echo "Nothing to build for Mac OS X" - -.ELSE # "$(OS)"=="MACOSX" - SLOFILES=\ $(SLO)$/ppdparser.obj \ $(SLO)$/strhelper.obj \ $(SLO)$/helper.obj -.ENDIF # "$(OS)"=="MACOSX" - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |