diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-04 12:24:29 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-08 12:27:27 +0100 |
commit | fe2ab4a7d419b8be92df1ebdaecc021824746393 (patch) | |
tree | aa80636154feccb88fae53b7214cc27280b7cf72 /shell | |
parent | db4c21f7acb8b02199126ff5f150788459f6a666 (diff) |
no -ldl on OpenBSD
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/misc/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk index 67fcc708c615..c4f3d9c49551 100644 --- a/shell/source/unix/misc/makefile.mk +++ b/shell/source/unix/misc/makefile.mk @@ -68,7 +68,7 @@ APP1TARGET = gnome-open-url.bin APP1OBJS = \ $(OBJ)$/gnome-open-url.obj APP1LIBS = -.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" +.IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" APP1STDLIBS=-ldl .ENDIF |