* elf/Makefile (test-modules): Add test-modules.
This commit is contained in:
Ulrich Drepper 1999-01-17 01:17:09 +00:00
parent 2ac51313f0
commit 3591977060
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
* elf/Makefile (test-modules): Add test-modules.
* stdlib/canonicalize.c (canonicalize): Update write pointer after
realloc. Minor optimizations.

View File

@ -216,6 +216,7 @@ endef
modules-names = testobj1 testobj2 testobj3
test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
generated += $(test-modules)
$(objpfx)testobj2.so: $(objpfx)testobj1.so
LDLIBS-testobj2.so = $(objpfx)testobj1.so