From 3591977060818cd92c749bb377130b31b15228b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 17 Jan 1999 01:17:09 +0000 Subject: [PATCH] Update. * elf/Makefile (test-modules): Add test-modules. --- ChangeLog | 2 ++ elf/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index c846e2e4b9..7635bcc6b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-17 Ulrich Drepper + * elf/Makefile (test-modules): Add test-modules. + * stdlib/canonicalize.c (canonicalize): Update write pointer after realloc. Minor optimizations. diff --git a/elf/Makefile b/elf/Makefile index e029fbafd0..a43014a4cb 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 -- 2.11.4.GIT