From 99ac5e47c0d9c9747b01190c3df82b078b9a8a07 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 7 Jun 2000 16:53:48 +0000 Subject: Update. 2000-06-07 Andreas Jaeger * elf/Makefile: Build ldconfig only when building shared libraries. 2000-06-07 Jakub Jelinek * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if __USE_ISOC99. (fdimf, __fdim, fdim): Likewise. --- elf/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf') 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 @@ -77,6 +78,7 @@ extra-objs += $(ldconfig-modules:=.o) # To find xmalloc.c and xstrdup.c vpath %.c ../locale/programs +endif endif ifeq (yes,$(build-shared)) -- cgit 1.4.1