Module Name: src Committed By: plunky Date: Fri Feb 5 08:42:40 UTC 2010
Modified Files: src/external/bsd/pcc/libexec: Makefile src/external/bsd/pcc/usr.bin: Makefile Log Message: use SUBDIR= not SUBDIR+= To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/libexec/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pcc/usr.bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/pcc/libexec/Makefile diff -u src/external/bsd/pcc/libexec/Makefile:1.3 src/external/bsd/pcc/libexec/Makefile:1.4 --- src/external/bsd/pcc/libexec/Makefile:1.3 Wed Feb 3 22:07:50 2010 +++ src/external/bsd/pcc/libexec/Makefile Fri Feb 5 08:42:39 2010 @@ -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> Index: src/external/bsd/pcc/usr.bin/Makefile diff -u src/external/bsd/pcc/usr.bin/Makefile:1.2 src/external/bsd/pcc/usr.bin/Makefile:1.3 --- src/external/bsd/pcc/usr.bin/Makefile:1.2 Wed Feb 3 22:07:50 2010 +++ src/external/bsd/pcc/usr.bin/Makefile Fri Feb 5 08:42:40 2010 @@ -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>