Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/pcc don't conditionally include the Makefile.in...
details: https://anonhg.NetBSD.org/src/rev/0fbf12733aef
branches: trunk
changeset: 751465:0fbf12733aef
user: plunky <plunky%NetBSD.org@localhost>
date: Fri Feb 05 08:41:13 2010 +0000
description:
don't conditionally include the Makefile.inc, we need the BINDIR etc
definitions for installation
diffstat:
external/bsd/pcc/lib/Makefile.inc | 5 +----
external/bsd/pcc/libexec/Makefile.inc | 5 +----
external/bsd/pcc/usr.bin/Makefile.inc | 5 +----
3 files changed, 3 insertions(+), 12 deletions(-)
diffs (36 lines):
diff -r ae1e60acdad0 -r 0fbf12733aef external/bsd/pcc/lib/Makefile.inc
--- a/external/bsd/pcc/lib/Makefile.inc Fri Feb 05 08:37:48 2010 +0000
+++ b/external/bsd/pcc/lib/Makefile.inc Fri Feb 05 08:41:13 2010 +0000
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2010/01/20 11:45:55 plunky Exp $
+# $NetBSD: Makefile.inc,v 1.2 2010/02/05 08:41:13 plunky Exp $
.include "../Makefile.inc"
-
-.if exists("../../../../lib/Makefile.inc")
.include "../../../../lib/Makefile.inc"
-.endif
diff -r ae1e60acdad0 -r 0fbf12733aef external/bsd/pcc/libexec/Makefile.inc
--- a/external/bsd/pcc/libexec/Makefile.inc Fri Feb 05 08:37:48 2010 +0000
+++ b/external/bsd/pcc/libexec/Makefile.inc Fri Feb 05 08:41:13 2010 +0000
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2010/01/20 11:45:55 plunky Exp $
+# $NetBSD: Makefile.inc,v 1.2 2010/02/05 08:41:13 plunky Exp $
.include "../Makefile.inc"
-
-.if exists("../../../../libexec/Makefile.inc")
.include "../../../../libexec/Makefile.inc"
-.endif
diff -r ae1e60acdad0 -r 0fbf12733aef external/bsd/pcc/usr.bin/Makefile.inc
--- a/external/bsd/pcc/usr.bin/Makefile.inc Fri Feb 05 08:37:48 2010 +0000
+++ b/external/bsd/pcc/usr.bin/Makefile.inc Fri Feb 05 08:41:13 2010 +0000
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2010/01/20 11:45:55 plunky Exp $
+# $NetBSD: Makefile.inc,v 1.2 2010/02/05 08:41:13 plunky Exp $
.include "../Makefile.inc"
-
-.if exists("../../../../usr.bin/Makefile.inc")
.include "../../../../usr.bin/Makefile.inc"
-.endif
Home |
Main Index |
Thread Index |
Old Index