From cca8b54c4500ecb4d402b88b2634363b7f620262 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 9 Mar 2007 07:51:20 +0000 Subject: INTEGRATION: CWS ause076 (1.5.64); FILE MERGED 2007/02/23 12:41:51 hjs 1.5.64.1: #i74721# cleanup obsolete library variables --- stoc/test/javavm/makefile.mk | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/stoc/test/javavm/makefile.mk b/stoc/test/javavm/makefile.mk index 0f807d5d3599..a2a5e993134c 100644 --- a/stoc/test/javavm/makefile.mk +++ b/stoc/test/javavm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:27:40 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:51:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,21 +75,7 @@ APP6STDLIBS= \ $(SALLIB) # $(UNOLIB) -.IF "$(GUI)"=="WNT" -APP6STDLIBS+= $(LIBCIMT) -.ENDIF - -#ALLIDLFILES:= - # --- Target ------------------------------------------------ -.IF "$(depend)" == "" -#ALL : unoheader \ -# ALLTAR -ALL : ALLTAR -.ELSE -ALL: ALLDEP -.ENDIF - .INCLUDE : target.mk -- cgit