diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:13:05 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:13:05 +0000 |
commit | 15579603c7721bf7ba47cf8ca37499c84fc4fe42 (patch) | |
tree | bcc1174506a4a8d3e55546164aeb324e5679060f /sfx2/util | |
parent | e974646e29838980d321190b098c376595b25688 (diff) |
INTEGRATION: CWS mba23issues03 (1.47.68); FILE MERGED
2007/06/14 18:56:04 mba 1.47.68.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index bb62010f1cf6..893819d8dcc5 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.47 $ +# $Revision: 1.48 $ # -# last change: $Author: vg $ $Date: 2007-04-11 21:32:57 $ +# last change: $Author: ihi $ $Date: 2007-07-11 13:13:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,9 +112,7 @@ SHL1STDLIBS+=\ .ENDIF # WNT -.IF "$(GUI)"!="MAC" SHL1DEPN += $(shell $(FIND) $(SLO) -type f -name "*.OBJ" -print) -.ENDIF SHL1LIBS= $(LIB1TARGET) |