diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-04 12:24:29 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-05 09:14:38 +0100 |
commit | 2c697fe0ca596e260bfad5c95cc2875ac8ec3f60 (patch) | |
tree | 79a6838ad7f770e0bbb6e32399f785ff2ba8f613 /shell | |
parent | b99dce8d43bbf394063224074c2f1a645f49d518 (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 |