diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 03:36:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 03:36:11 +0000 |
commit | ec79422d9e17bd5388a3fc34fcd2ef434e0cac26 (patch) | |
tree | ec07e04afeb4f1638e9f1a8479630e73972ff227 | |
parent | 5879ee9fa107553df828f71fd8e6633d3032370a (diff) | |
download | glibc-ec79422d9e17bd5388a3fc34fcd2ef434e0cac26.tar.gz glibc-ec79422d9e17bd5388a3fc34fcd2ef434e0cac26.tar.xz glibc-ec79422d9e17bd5388a3fc34fcd2ef434e0cac26.zip |
(glrefmain.out): Test is not expected to fail anymore.
-rw-r--r-- | dlfcn/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 31e081f5bb..d14d382702 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -46,6 +46,3 @@ $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(objpfx)glrefmain: $(objpfx)libdl.so $(objpfx)glrefmain.out: $(objpfx)glrefmain \ $(objpfx)glreflib1.so $(objpfx)glreflib2.so - -$(elf-objpfx)$(rtld-installed-name) \ - --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \ - $(objpfx)glrefmain > $@ |