diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-27 16:49:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-27 16:49:59 +0000 |
commit | eb97fe5c56eb9c681510ee92f3fc9dc746ccf8d6 (patch) | |
tree | 45425f411155e0cd0f3feea23146bba868159119 | |
parent | e0647785251e80b2cc96a854519714f4fadd9503 (diff) |
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1.1.1-1.1.1.1.32.1) -> HEAD
-rw-r--r-- | vcl/unx/source/window/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/unx/source/window/makefile.mk b/vcl/unx/source/window/makefile.mk index 69d4cf6196dd..0b74652dd5f6 100644 --- a/vcl/unx/source/window/makefile.mk +++ b/vcl/unx/source/window/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:05:48 $ +# last change: $Author: hr $ $Date: 2002-08-27 17:49:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,19 +76,19 @@ ENABLE_EXCEPTIONS=TRUE # --- 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 "$(remote)" SLOFILES= \ $(SLO)/FWS.obj $(SLO)/salframe.obj $(SLO)/salobj.obj .ENDIF -.ENDIF # "$(OS)"=="MACOSX" +.ENDIF # "$(GUIBASE)"!="unx" # --- Targets ------------------------------------------------------ |