diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 16:05:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 16:05:10 +0000 |
commit | 7acb33c846820732defb887a60de05232fe4a46e (patch) | |
tree | f5587d223b65cb86329885efab5966445f421164 | |
parent | a63a42b3ad45c50ea97fc559194cf1908a37f866 (diff) |
INTEGRATION: CWS geordi2q11 (1.7.64); FILE MERGED
2003/12/16 13:01:10 hr 1.7.64.1: #111934#: join CWS ooo111fix1
-rw-r--r-- | moz/zipped/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk index e04aff8dc95f..68b664025e94 100644 --- a/moz/zipped/makefile.mk +++ b/moz/zipped/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2002-08-14 16:22:52 $ +# last change: $Author: vg $ $Date: 2003-12-17 17:05:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,7 @@ TARGET=moz_unzip # --- Files -------------------------------------------------------- -.IF "$(OS)" == "MACOSX" +.IF "$(OS)" == "MACOSX" || "$(WITH_MOZILLA)" == "NO" dummy: @echo "Nothing to build for OS $(OS)" |