From 65aeb19214d5f7fb11be6a1e8b01b95ae830d5ba Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien <hr@openoffice.org> Date: Wed, 16 Jul 2003 16:27:32 +0000 Subject: 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 --- soltools/checkdll/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'soltools/checkdll') 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 -- cgit