Module Name:    src
Committed By:   mrg
Date:           Fri Jun 24 05:25:24 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin: Makefile

Log Message:
look in the right path for defs.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/Makefile
diff -u src/external/gpl3/gcc/usr.bin/Makefile:1.1 src/external/gpl3/gcc/usr.bin/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/Makefile:1.1	Tue Jun 21 06:03:13 2011
+++ src/external/gpl3/gcc/usr.bin/Makefile	Fri Jun 24 05:25:24 2011
@@ -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.
 

Reply via email to