Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libgcc Another missing ${.CURDIR}.
details: https://anonhg.NetBSD.org/src/rev/d78e57946534
branches: trunk
changeset: 512921:d78e57946534
user: tv <tv%NetBSD.org@localhost>
date: Thu Jul 19 12:51:05 2001 +0000
description:
Another missing ${.CURDIR}.
diffstat:
gnu/lib/libgcc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 092748d6256c -r d78e57946534 gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile Thu Jul 19 12:39:26 2001 +0000
+++ b/gnu/lib/libgcc/Makefile Thu Jul 19 12:51:05 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/07/19 06:14:27 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2001/07/19 12:51:05 tv Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
.if defined(USE_NEW_TOOLCHAIN)
-.include "${MACHINE_ARCH}.mk"
+.include "${.CURDIR}/${MACHINE_ARCH}.mk"
MKPIC=no # XXX to be fixed
Home |
Main Index |
Thread Index |
Old Index