From: Ulrich Drepper Date: Tue, 21 Jul 1998 12:14:59 +0000 (+0000) Subject: (install-symblolic-link): New target. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac37a3779bf7a349fd19535b87c09a2990c8c88a;p=thirdparty%2Fglibc.git (install-symblolic-link): New target. (install): Depend on install-symblolic-link. --- 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)