diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:57:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 09:57:05 +0000 |
commit | a25f2023916cf86dca8a1dc89df5518dcbefa11a (patch) | |
tree | 6d8cc5468b28fbc3637f2e6cfed842c984cc663e /elf/Makefile | |
parent | 8c474db54dbc62f4cd3003f12a7b540a8f2ddef9 (diff) | |
download | glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.gz glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.xz glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.zip |
Update.
* time/strptime.c (strptime_internal, case 's'): Initialize secs to zero. Patch by Bruce Elliott <bde@nwlink.com>. 1999-01-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile (extra-objs): Add test modules objects. 1999-01-27 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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) |