From ac37a3779bf7a349fd19535b87c09a2990c8c88a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Jul 1998 12:14:59 +0000 Subject: [PATCH] (install-symblolic-link): New target. (install): Depend on install-symblolic-link. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 16f02ef8763..af3f3a53a37 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,10 @@ install: subdir_install # Ignore the error if we cannot update /etc/ld.so.cache. ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) +install: install-symblolic-link +install-symblolic-link: + $(symbolic-link-prog) $(symbolic-link-list) + install: -test ! -x $(common-objpfx)elf/ldconfig || \ $(common-objpfx)elf/ldconfig -d $(inst_slibdir) $(inst_libdir) -- 2.47.2