Index: makefile.mk =================================================================== RCS file: /cvs/oo/external/moz/zipped/makefile.mk,v retrieving revision 1.7 diff -u -r1.7 makefile.mk --- makefile.mk 2002/08/14 16:22:52 1.7 +++ makefile.mk 2002/09/19 12:26:49 @@ -71,12 +71,18 @@ # --- Files -------------------------------------------------------- -.IF "$(OS)" == "MACOSX" +# MacOSX Hack! +# Until gcc3 versions of the Mozilla runtime libraries are available +# this hack must exist to stop the wrong version of these libraries +# being delivered. +# Note: At some point in the future versioning of these ZIP files +# must occur +.IF "$(OS)$(CVER)" == "MACOSXC300" dummy: @echo "Nothing to build for OS $(OS)" -.ELSE "$(OS)" == "MACOSX" +.ELSE #"$(OS)$(CVER)" == "MACOSXC300" all: \ $(MISC)$/unpacked_$(TARGET)_inc \ @@ -107,7 +113,7 @@ $(BIN)$/mozruntime.zip : $(OS)$(COM)$(CPU)runtime.zip +$(COPY) $(OS)$(COM)$(CPU)runtime.zip $(BIN)$/mozruntime.zip -.ENDIF # "$(OS)" == "MACOSX" +.ENDIF # "$(OS)$(CVER)" == "MACOSXC300" .INCLUDE : target.mk