diff options
Diffstat (limited to 'stoc/test/makefile.mk')
-rw-r--r-- | stoc/test/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk index 2da0e98595a8..236b36a90fcd 100644 --- a/stoc/test/makefile.mk +++ b/stoc/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: pluby $ $Date: 2001-02-13 02:56:15 $ +# last change: $Author: pluby $ $Date: 2001-02-17 09:23:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -217,16 +217,6 @@ APP8STDLIBS+= $(LIBCIMT) APP8OBJS+=$(OBJ)$/staticmbtest.obj .ENDIF -# gcc on Mac OS X optimizes out some temporary variables when optimization is -# turned on for compiling -.IF "$(OS)"=="MACOSX" -NOOPTFILES+=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) \ - $(APP6OBJS) $(APP7OBJS) $(APP8OBJS) -.IF "$(NOOPT_FLAG)"!="" -CFLAGSNOOPT= -.ENDIF -.ENDIF - ALLIDLFILES:= testcorefl.idl language_binding.idl testintrosp.idl |