From a25f2023916cf86dca8a1dc89df5518dcbefa11a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Jan 1999 09:57:05 +0000 Subject: Update. * time/strptime.c (strptime_internal, case 's'): Initialize secs to zero. Patch by Bruce Elliott . 1999-01-27 Andreas Schwab * elf/Makefile (extra-objs): Add test modules objects. 1999-01-27 Ulrich Drepper --- elf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index 6142848be9..e98fa40e0d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -78,6 +78,9 @@ install-rootsbin += ldconfig endif tests = loadtest restest1 preloadtest loadfail +modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ + testobj1_1 failobj +extra-objs += $(modules-names:=.os) ifeq ($(build-shared),yes) libdl = $(objpfx)libdl.so$(libdl.so-version) @@ -206,8 +209,6 @@ $(objpfx)ldd: ldd.bash.in $(common-objpfx)soversions.mk \ $(objpfx)sprof: $(libdl) -modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ - testobj1_1 failobj test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) generated += $(test-modules) -- cgit v1.2.3