Module Name: src
Committed By: mrg
Date: Fri Jun 24 05:26:07 UTC 2011
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
Log Message:
look in the right path for auto-host.h
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/backend/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/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.1 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.1 Tue Jun 21 06:03:13 2011
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile Fri Jun 24 05:26:06 2011
@@ -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