From 409dfcea953837975cd8cb52e16197c85803930a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Aug 1998 02:40:04 +0000 Subject: Update. 1998-08-14 10:08 Ulrich Drepper * manual/texinfo.tex: Update. 1998-08-07 Geoff Keating * sysdeps/powerpc/backtrace.c: New file. 1998-08-14 Philip Blundell * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling sigjmp_save. * sysdeps/arm/elf/setjmp.S: Obsolete, deleted. 1998-08-11 Andreas Schwab * Makefile (install-symbolic-link): Fix spelling. 1998-08-11 Andreas Schwab * elf/elf.h (SHT_HIOS): Fix value. 1998-08-10 Andreas Schwab * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as part of the expansion, this is undefined by the standard. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b558a25564..14355f0b04 100644 --- a/Makefile +++ b/Makefile @@ -90,9 +90,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: -- cgit 1.4.1