diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-07 16:53:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-07 16:53:48 +0000 |
commit | 99ac5e47c0d9c9747b01190c3df82b078b9a8a07 (patch) | |
tree | 8b76116578b679b25263f1122cb6505ab6275101 /elf/Makefile | |
parent | 345f9ac0dbdb4af7a18b0e3994d4b0f17169fbbc (diff) | |
download | glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.tar glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.tar.gz glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.tar.bz2 glibc-99ac5e47c0d9c9747b01190c3df82b078b9a8a07.zip |
Update.
2000-06-07 Andreas Jaeger <aj@suse.de>
* elf/Makefile: Build ldconfig only when building shared libraries.
2000-06-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
__USE_ISOC99.
(fdimf, __fdim, fdim): Likewise.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 23989200ce..72ce671ee2 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -67,6 +67,7 @@ others-static = sln install-rootsbin = sln ifeq (yes,$(use-ldconfig)) +ifeq (yes,$(build-shared)) others-static += ldconfig others += ldconfig install-rootsbin += ldconfig @@ -78,6 +79,7 @@ extra-objs += $(ldconfig-modules:=.o) vpath %.c ../locale/programs endif +endif ifeq (yes,$(build-shared)) tests = loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ |