pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Check the version of as using the just-compu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df565d3de034
branches:  trunk
changeset: 478819:df565d3de034
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 30 20:48:39 2004 +0000

description:
Check the version of as using the just-computed ${AS_PATH}, not ${AS}.

diffstat:

 lang/gcc3/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb4d1c6bceba -r df565d3de034 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Fri Jul 30 20:34:45 2004 +0000
+++ b/lang/gcc3/Makefile.common Fri Jul 30 20:48:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/07/03 12:15:22 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/07/30 20:48:39 jlam Exp $
 
 GCC_VERSION=   3.3.4
 DISTNAME=      gcc-${GCC_VERSION}
@@ -73,7 +73,7 @@
 .    if !empty(AS_PATH:M${LOCALBASE}/*)
 USE_BINUTILS=  YES
 .    else
-AS_VERSION!=   ${AS} --version | ${AWK} '{                             \
+AS_VERSION!=   ${AS_PATH} --version | ${AWK} '{                        \
                    split($$3, v, /[.]/);                               \
                    printf "%02d%02d%02d%02d\n",v[1],v[2],v[3],v[4];    \
                    exit;                                               \



Home | Main Index | Thread Index | Old Index