Source-Changes-HG archive

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

[src/netbsd-2-0]: src/gnu/usr.bin/gcc3/backend Pull up revision 1.16 (request...



details:   https://anonhg.NetBSD.org/src/rev/21e951747eac
branches:  netbsd-2-0
changeset: 561375:21e951747eac
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 14 18:19:40 2004 +0000

description:
Pull up revision 1.16 (requested by jmc in ticket #474):
Fix some missing $HOST_SH needs as highlighted in PR#25606

diffstat:

 gnu/usr.bin/gcc3/backend/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r b61c629717f2 -r 21e951747eac gnu/usr.bin/gcc3/backend/Makefile
--- a/gnu/usr.bin/gcc3/backend/Makefile Mon Jun 14 18:10:42 2004 +0000
+++ b/gnu/usr.bin/gcc3/backend/Makefile Mon Jun 14 18:19:40 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14.2.1 2004/04/28 06:02:53 jmc Exp $
+#      $NetBSD: Makefile,v 1.14.2.2 2004/06/14 18:19:40 tron Exp $
 
 NOLINKLIB=     # defined
 NOLINT=                # defined
@@ -149,8 +149,8 @@
        mkdir .ab && \
        (cd .ab && \
                ${HOST_SH} ${GNUHOSTDIST}/gcc/configure \
-                       --build=`${.CURDIR}/../../../dist/gcc/config.guess` \
-                       --host=`${.CURDIR}/../../../dist/gcc/config.guess` \
+                       --build=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \
+                       --host=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \
                        --target=${MACHINE_GNU_PLATFORM} && \
                mv auto-host.h ../auto-build.h) && \
        rm -rf .ab



Home | Main Index | Thread Index | Old Index