From 00213fe406e0f1b5169d90020351d611c5af723d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 28 Jul 2000 08:13:51 +0000 Subject: Update. 2000-07-28 Andreas Jaeger * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4. * dlfcn/Makefile ($(objpfx)tst-dladdr): New. ($(objpfx)tst-dladdr.out): new. (tests): Add tst-dladdr. ($(objpfx)glrefmain): Use libdl. * dlfcn/tst-dladdr.c: New file. Based on a test by Volkmar Sieh . --- dlfcn/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dlfcn/Makefile') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 398972015a..a38be42647 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -33,7 +33,7 @@ endif libdl-shared-only-routines += eval ifeq (yes,$(build-shared)) -tests = glrefmain failtest +tests = glrefmain failtest tst-dladdr endif modules-names = glreflib1 glreflib2 failtestmod extra-objs += $(modules-names:=.os) eval.os @@ -47,9 +47,12 @@ test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(build-module) -$(objpfx)glrefmain: $(objpfx)libdl.so +$(objpfx)glrefmain: $(libdl) $(objpfx)glrefmain.out: $(objpfx)glrefmain \ $(objpfx)glreflib1.so $(objpfx)glreflib2.so $(objpfx)failtest: $(libdl) $(objpfx)failtest.out: $(objpfx)failtestmod.so + +$(objpfx)tst-dladdr: $(libdl) +$(objpfx)tst-dladdr.out: $(objpfx)glreflib1.so -- cgit v1.2.3