diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-02-17 08:23:01 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-02-17 08:23:01 +0000 |
commit | 50c70530ec580484f4f27d93a9d082061bb81261 (patch) | |
tree | e895209b4d5e4e9f1a450a75be12335ae571296a /sax | |
parent | 0cc338a2c0c2cfebf9a8ba92872604dc1f196d06 (diff) |
Removed NOOPTFILES for Mac OS X since this is now in solenv/inc/unxmacxp.mk:wq
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/expatwrap/makefile.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sax/source/expatwrap/makefile.mk b/sax/source/expatwrap/makefile.mk index 46b2965d6003..9235370c1e08 100644 --- a/sax/source/expatwrap/makefile.mk +++ b/sax/source/expatwrap/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: pluby $ $Date: 2001-02-15 01:23:49 $ +# last change: $Author: pluby $ $Date: 2001-02-17 09:23:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,15 +83,6 @@ SLOFILES =\ SYMBOLPREFIX=sax .ENDIF -# gcc on Mac OS X optimizes out some temporary variables when optimization is -# turned on for compiling -.IF "$(OS)"=="MACOSX" -NOOPTFILES+=$(SLOFILES) -.IF "$(NOOPT_FLAG)"!="" -CFLAGSNOOPT= -.ENDIF -.ENDIF - # SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols .IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" SLOFILES+=$(SLO)$/staticmb.obj |