Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 17 Jan 1999 01:17:09 +0000 (01:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 17 Jan 1999 01:17:09 +0000 (01:17 +0000)
* elf/Makefile (test-modules): Add test-modules.

ChangeLog
elf/Makefile

index c846e2e..7635bcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index e029fba..a43014a 100644 (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