diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 15:22:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 15:22:52 +0000 |
commit | 7e5602ff30af3468b06ad8919399c6b98640d6b3 (patch) | |
tree | 5c7802608b16bae85d5b63f0aab91bbdfd2aeb43 /moz | |
parent | 6522a7d4f8987fdc00ed4255d8e3627792d94a1f (diff) |
#i6886#,#101685#: merged OOO_STABLE_1_PORTS (1.6-1.6.6.1) -> HEAD
Diffstat (limited to 'moz')
-rw-r--r-- | moz/zipped/makefile.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk index 2b34cae813f2..e04aff8dc95f 100644 --- a/moz/zipped/makefile.mk +++ b/moz/zipped/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2001-12-19 09:59:42 $ +# last change: $Author: hr $ $Date: 2002-08-14 16:22:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,6 +71,13 @@ TARGET=moz_unzip # --- Files -------------------------------------------------------- +.IF "$(OS)" == "MACOSX" + +dummy: + @echo "Nothing to build for OS $(OS)" + +.ELSE "$(OS)" == "MACOSX" + all: \ $(MISC)$/unpacked_$(TARGET)_inc \ $(MISC)$/unpacked_$(TARGET)_lib \ @@ -100,5 +107,7 @@ $(MISC)$/unpacked_$(TARGET)_inc : $(OS)$(COM)$(CPU)inc.zip $(BIN)$/mozruntime.zip : $(OS)$(COM)$(CPU)runtime.zip +$(COPY) $(OS)$(COM)$(CPU)runtime.zip $(BIN)$/mozruntime.zip +.ENDIF # "$(OS)" == "MACOSX" + .INCLUDE : target.mk |