summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-28 12:04:39 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-28 12:04:39 +0000
commit37ed5af5f6c4bf1191b77dbdd7bbace00d8d8e2b (patch)
treec6df8e6cb438e05f01657b5beb1f257491fa33fd
parent5775f0bbe8f0ff9c7f2c72b5a5e1d34f2a98c6ad (diff)
downloadglibc-37ed5af5f6c4bf1191b77dbdd7bbace00d8d8e2b.tar.gz
(install-symblolic-link): Fix spelling.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2108740dd9..436f17433c 100644
--- a/Makefile
+++ b/Makefile
@@ -117,9 +117,9 @@ 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
-.PHONY: install-symblolic-link
-install-symblolic-link: subdir_install
+install: install-symbolic-link
+.PHONY: install-symbolic-link
+install-symbolic-link: subdir_install
$(symbolic-link-prog) $(symbolic-link-list)
install: