summaryrefslogtreecommitdiff
path: root/soltools/checkdll
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:27:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:27:32 +0000
commit65aeb19214d5f7fb11be6a1e8b01b95ae830d5ba (patch)
tree8bb963d3a8dc40dc5581e4abe22b88c678f3a9bf /soltools/checkdll
parent6937b8dd3d64e0b83e3aaef3b41044de86b13001 (diff)
INTEGRATION: CWS ooo11rc2 (1.7.8); FILE MERGED
2003/07/15 02:11:02 fa 1.7.8.1: Update checkdll to work on dylibs, not bundles, and work around a problem with fstat() on OS X. http://www.openoffice.org/issues/show_bug.cgi?id=16425 Dan fa@ooo
Diffstat (limited to 'soltools/checkdll')
-rw-r--r--soltools/checkdll/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/soltools/checkdll/makefile.mk b/soltools/checkdll/makefile.mk
index e9a44ed66d7d..0c40786e9ef5 100644
--- a/soltools/checkdll/makefile.mk
+++ b/soltools/checkdll/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 17:07:07 $
+# last change: $Author: hr $ $Date: 2003-07-16 17:27:32 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,8 +81,10 @@ APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
.IF "$(OS)"!="FREEBSD"
+.IF "$(OS)"!="MACOSX"
STDLIB += -ldl
.ENDIF
+.ENDIF
.IF "$(OS)"=="NETBSD"
APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive
.ENDIF