diff options
-rw-r--r-- | soltools/checkdll/makefile.mk | 6 |
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 |