Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pcc use SUBDIR= not SUBDIR+=



details:   https://anonhg.NetBSD.org/src/rev/fa328f485e86
branches:  trunk
changeset: 751466:fa328f485e86
user:      plunky <plunky%NetBSD.org@localhost>
date:      Fri Feb 05 08:42:39 2010 +0000

description:
use SUBDIR= not SUBDIR+=

diffstat:

 external/bsd/pcc/libexec/Makefile |  4 ++--
 external/bsd/pcc/usr.bin/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 0fbf12733aef -r fa328f485e86 external/bsd/pcc/libexec/Makefile
--- a/external/bsd/pcc/libexec/Makefile Fri Feb 05 08:41:13 2010 +0000
+++ b/external/bsd/pcc/libexec/Makefile Fri Feb 05 08:42:39 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2010/02/03 22:07:50 plunky Exp $
+#      $NetBSD: Makefile,v 1.4 2010/02/05 08:42:39 plunky Exp $
 
 .include <bsd.own.mk>
 
 .if (${MKPCCCMDS} != "no")
-SUBDIR+=       ccom cpp
+SUBDIR=                ccom cpp
 .endif
 
 .include <bsd.subdir.mk>
diff -r 0fbf12733aef -r fa328f485e86 external/bsd/pcc/usr.bin/Makefile
--- a/external/bsd/pcc/usr.bin/Makefile Fri Feb 05 08:41:13 2010 +0000
+++ b/external/bsd/pcc/usr.bin/Makefile Fri Feb 05 08:42:39 2010 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 2010/02/03 22:07:50 plunky Exp $
+#      $NetBSD: Makefile,v 1.3 2010/02/05 08:42:40 plunky Exp $
 
 .include <bsd.own.mk>
 
 .if (${MKPCCCMDS} != "no")
-SUBDIR+=       pcc
+SUBDIR=                pcc
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index