aboutsummaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-01 07:15:16 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-01 07:15:16 +0000
commit407a7d0eb770ae079a662e7b2b8cff5a750ca6ed (patch)
tree54379335a4475b55620c7fa3a2448afef056c8f5 /elf
parentb7e2d9a56b3f16b231c2370b589b11d3a322337b (diff)
downloadglibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.zip
glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.tar.gz
glibc-407a7d0eb770ae079a662e7b2b8cff5a750ca6ed.tar.bz2
Update.
1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of @ifinfo. 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * iconvdata/Makefile: Always include iconv-rules, but disable rule to regenerate it if avoid-generated. * Makeconfig: Always include sys-dirs, but disable rule to regenerate it when avoid-generated. * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around rule to generate sysd-syscalls. * elf/Makefile (generated): Remove $(objpfx) from names.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 1e8d1a4..5236165 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -210,7 +210,7 @@ $(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \
$(objpfx)sprof: $(libdl)
test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
-generated += $(test-modules)
+generated += $(addsuffix .so,$(modules-names))
$(objpfx)testobj1.so: $(libdl)
$(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl)