diff options
author | 2002-02-11 13:58:49 +0000 | |
---|---|---|
committer | 2002-02-11 13:58:49 +0000 | |
commit | e1678970ce1fef122fcd28f6ad0eda59d3a80c2d (patch) | |
tree | 8758c24c95ddafa380d65cb3d61292c584c6641f | |
parent | Forgot to add this. (several days ago) (diff) | |
download | wireguard-openbsd-e1678970ce1fef122fcd28f6ad0eda59d3a80c2d.tar.xz wireguard-openbsd-e1678970ce1fef122fcd28f6ad0eda59d3a80c2d.zip |
libdl is no more
-rw-r--r-- | libexec/ld.so/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/test/Makefile b/libexec/ld.so/test/Makefile index 78d80e18f84..f195ab46de5 100644 --- a/libexec/ld.so/test/Makefile +++ b/libexec/ld.so/test/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/25 21:51:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.9 2002/02/11 13:58:49 art Exp $ DIR=/usr/src/libexec/ld.so/obj/ld.so #necessary to build the shared objects. not necessary for dltest but @@ -18,7 +18,7 @@ CLEANFILES+= libdep.o CCtest dltest A.o B.o tst.o libA.so libB.so all: dltest CCtest dltest: dltest.o libfoo.so libbar.so libdep.so - $(CC) ${CFLAGS} -o $@ dltest.o ${LDFLAGS} -ldl + $(CC) ${CFLAGS} -o $@ dltest.o ${LDFLAGS} libfoo.so: libfoo.o $(CC) -shared -o libfoo.so libfoo.o |