Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/toolchain Fix a typo in the install target list.



details:   https://anonhg.NetBSD.org/src/rev/40a051e9d70d
branches:  trunk
changeset: 517571:40a051e9d70d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Nov 15 00:17:54 2001 +0000

description:
Fix a typo in the install target list.

diffstat:

 tools/toolchain/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 042ad782e782 -r 40a051e9d70d tools/toolchain/Makefile
--- a/tools/toolchain/Makefile  Thu Nov 15 00:14:35 2001 +0000
+++ b/tools/toolchain/Makefile  Thu Nov 15 00:17:54 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/11/14 22:13:42 tv Exp $
+#      $NetBSD: Makefile,v 1.14 2001/11/15 00:17:54 thorpej Exp $
 
 .include <bsd.own.mk>
 
@@ -14,7 +14,7 @@
                LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC=
 
 ALL_TARGET=    all-binutils all-gas all-ld all-gcc
-INSTALL_TARGET=        install-gcc binutils install-gas install-ld install-gcc
+INSTALL_TARGET=        install-gcc install-binutils install-gas install-ld install-gcc
 
 .if ${MKCROSSGDB:Uno} == "yes"
 ALL_TARGET+=   all-gdb



Home | Main Index | Thread Index | Old Index