Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin look in the right path for defs.mk.



details:   https://anonhg.NetBSD.org/src/rev/81555319637a
branches:  trunk
changeset: 766502:81555319637a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 24 05:25:24 2011 +0000

description:
look in the right path for defs.mk.

diffstat:

 external/gpl3/gcc/usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 03c4cdc4830c -r 81555319637a external/gpl3/gcc/usr.bin/Makefile
--- a/external/gpl3/gcc/usr.bin/Makefile        Fri Jun 24 03:53:46 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile        Fri Jun 24 05:25:24 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/21 06:03:13 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/06/24 05:25:24 mrg Exp $
 
 NOOBJ=# defined
 
 .include <bsd.own.mk>
 
-.if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
+.if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${MACHINE_ARCH}/defs.mk)
 
 # We keep libcpp here since it depends upon frontend.
 



Home | Main Index | Thread Index | Old Index