Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3 include relative to the p...



details:   https://anonhg.NetBSD.org/src/rev/92c2ab42d45b
branches:  trunk
changeset: 796530:92c2ab42d45b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 08 02:23:46 2014 +0000

description:
include relative to the parse directory.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/Makefile.inc |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r e6a564ac8459 -r 92c2ab42d45b external/gpl3/gcc/lib/libstdc++-v3/Makefile.inc
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile.inc   Sun Jun 08 02:02:41 2014 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile.inc   Sun Jun 08 02:23:46 2014 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.4 2014/06/01 19:51:01 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2014/06/08 02:23:46 christos Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_LIB_LIBSTDCXX_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_LIB_LIBSTDCXX_MAKEFILE_INC_=1
 
 GCC_MACHINE_ARCH=${MACHINE_ARCH:S/earmv5/earm/}
 
-.include "../../Makefile.inc"
-.sinclude "../../../Makefile.gcc_path"
-.sinclude "../../../../Makefile.gcc_path"
+.include "${.PARSEDIR}/../Makefile.inc"
+.include "${.PARSEDIR}/../../Makefile.gcc_path"
 
 .endif



Home | Main Index | Thread Index | Old Index