mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(install-symblolic-link): Fix spelling.
This commit is contained in:
parent
5775f0bbe8
commit
37ed5af5f6
6
Makefile
6
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user