summaryrefslogtreecommitdiff
path: root/soltools/checkdll
diff options
context:
space:
mode:
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 2f4da0fe0624..e9a44ed66d7d 100644
--- a/soltools/checkdll/makefile.mk
+++ b/soltools/checkdll/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-18 12:47:33 $
+# last change: $Author: hr $ $Date: 2003-04-28 17:07:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,7 +80,9 @@ LIBSALCPPRT=$(0)
APP1TARGET = checkdll
APP1OBJS = $(OBJ)$/checkdll.obj
DEPOBJFILES = $(APP1OBJS)
+.IF "$(OS)"!="FREEBSD"
STDLIB += -ldl
+.ENDIF
.IF "$(OS)"=="NETBSD"
APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive
.ENDIF