Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/pcc actually include the top-level Makefile.inc
details: https://anonhg.NetBSD.org/src/rev/c4fe71747b66
branches: trunk
changeset: 752028:c4fe71747b66
user: plunky <plunky%NetBSD.org@localhost>
date: Thu Feb 11 14:36:32 2010 +0000
description:
actually include the top-level Makefile.inc
diffstat:
external/bsd/pcc/Makefile.inc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 397a02aecb76 -r c4fe71747b66 external/bsd/pcc/Makefile.inc
--- a/external/bsd/pcc/Makefile.inc Thu Feb 11 14:36:09 2010 +0000
+++ b/external/bsd/pcc/Makefile.inc Thu Feb 11 14:36:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2010/02/11 14:22:30 plunky Exp $
+# $NetBSD: Makefile.inc,v 1.10 2010/02/11 14:36:32 plunky Exp $
PCC_DIR:=${.PARSEDIR}
PCC_DIST=${PCC_DIR}/dist/pcc
@@ -45,6 +45,5 @@
ERROR!= echo "ERROR: Unknown TARGET_ENDIANNESS" >&2;echo
.endif
-.if exists(${.CURDIR}/../../../Makefile.inc)
-.include "${.CURDIR}/../../../Makefile.inc"
-.endif
+# top-level Makefile.inc
+.include "../../../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index