From 3591977060818cd92c749bb377130b31b15228b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 17 Jan 1999 01:17:09 +0000 Subject: Update. * elf/Makefile (test-modules): Add test-modules. --- elf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index e029fba..a43014a 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 -- cgit v1.1