diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:35:37 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:35:37 +0000 |
commit | 81a5acfc0a70557a526dc5adac0c71adaaa4a079 (patch) | |
tree | 1cdf6bf2c33ddad5c970d512377bd207c28c5008 /sfx2/util | |
parent | 53c24256b980f1887da78f6a0e702e36e1ba0714 (diff) |
INTEGRATION: CWS ause036 (1.39.68); FILE MERGED
2006/05/30 11:32:30 hjs 1.39.68.2: RESYNC: (1.39-1.41); FILE MERGED
2005/11/15 15:22:08 hjs 1.39.68.1: #i50255# remove obsolete/wronge dependencies
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index a8e073c4b8ef..501e0b87c273 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.42 $ +# $Revision: 1.43 $ # -# last change: $Author: hr $ $Date: 2006-06-19 22:40:31 $ +# last change: $Author: ihi $ $Date: 2006-06-29 11:35:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -116,11 +116,6 @@ SHL1STDLIBS+=\ SHL1DEPN += $(shell $(FIND) $(SLO) -type f -name "*.OBJ" -print) .ENDIF -.IF "$(SOLAR_JAVA)" != "" -SHL1DEPN+= \ - $(L)$/sj.lib -.ENDIF - SHL1LIBS= $(LIB1TARGET) #SHL1OBJS= $(SLO)$/sfxdll.obj |