]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(install-symblolic-link): New target.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:14:59 +0000 (12:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:14:59 +0000 (12:14 +0000)
(install): Depend on install-symblolic-link.

Makefile

index 16f02ef8763b296a2fde807e4fd0bfd5f85d4c25..af3f3a53a37d7d27b0d9e8124a4b73f758bd0337 100644 (file)
--- 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)