aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-21 08:31:59 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-21 08:31:59 +0000
commitfe60f7648c0e524fced3b0c9aacac98e8fa8aa99 (patch)
treebbf3957ace4c3b33a732229237e68a164ca389c5 /elf/Makefile
parent82df2969f85d63e08f0c6ea33c0602c29039ec51 (diff)
downloadglibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.tar
glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.tar.gz
glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.tar.bz2
glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.zip
Update.
1999-01-21 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile: Change rule to make test module so that they are compiled using -fPIC. * elf/testobj1.c: Add missing prototype. * elf/testobj1_1.c: Likewise. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * elf/testobj6.c: Likewise.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 05bc44637e..dff2c972f6 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -218,7 +218,7 @@ LDLIBS-testobj5.so = -ldl
LDLIBS-testobj6.so = -ldl
LDLIBS-failobj.so = $(objpfx)testobj6.so
-$(test-modules): $(objpfx)%.so: %.c
+$(test-modules): $(objpfx)%.so: $(objpfx)%.os
$(build-module)
$(objpfx)loadtest: $(objpfx)libdl.so