? unxmacxp.pro Index: zipped/makefile.mk =================================================================== RCS file: /cvs/oo/external/moz/zipped/makefile.mk,v retrieving revision 1.4 diff -u -r1.4 makefile.mk --- zipped/makefile.mk 2001/07/19 12:00:52 1.4 +++ zipped/makefile.mk 2002/02/21 04:45:57 @@ -71,6 +71,16 @@ # --- Files -------------------------------------------------------- +.IF "$(OS)"=="MACOSX" +# [ed] 2/10/02 This branch requires being built with Moz 0.9.5 and is incompatible with +# the 0.9.7 tarball which builds successfully with MachO. Since when we move to 641 we need +# to redo the Moz module anyhow, I figure that it's probably best to ignore this for now. + +all: + echo " MacOS X moz zip files not implemented" + +.ELSE + all: \ $(MISC)$/unpacked_$(TARGET)_inc \ $(MISC)$/unpacked_$(TARGET)_lib \ @@ -97,3 +107,4 @@ .INCLUDE : target.mk +.ENDIF \ No newline at end of file