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/backend look in the right path for...



details:   https://anonhg.NetBSD.org/src/rev/f48d1493ba0c
branches:  trunk
changeset: 766503:f48d1493ba0c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 24 05:26:06 2011 +0000

description:
look in the right path for auto-host.h

diffstat:

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

diffs (18 lines):

diff -r 81555319637a -r f48d1493ba0c external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Fri Jun 24 05:25:24 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Fri Jun 24 05:26:06 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/21 06:03:13 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/06/24 05:26:06 mrg Exp $
 
 LIBISPRIVATE=  yes
 
@@ -92,7 +92,7 @@
 gtype-desc.h: gengtype
        ${_MKTARGET_CREATE}
        rm -f auto-host.h
-       ln -s ${.CURDIR}/../arch/${MACHINE_ARCH}/auto-host.h .
+       ln -s ${.CURDIR}/../gcc/arch/${MACHINE_ARCH}/auto-host.h .
        ./gengtype
 # gengtype is the real need for options.h
 gengtype.lo gengtype-lex.lo gengtype-yacc.lo: ${HH} gtyp-gen.h config.h options.h



Home | Main Index | Thread Index | Old Index