Module Name:    src
Committed By:   plunky
Date:           Sun May 22 11:53:47 UTC 2011

Modified Files:
        src/external/bsd/pcc/libexec/ccom: Makefile

Log Message:
let external.h be built as a side effect of external.c, as
listing it explicitly means that mkext is run concurrently
twice when MAKE_JOBS > 1


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/pcc/libexec/ccom/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/ccom/Makefile
diff -u src/external/bsd/pcc/libexec/ccom/Makefile:1.7 src/external/bsd/pcc/libexec/ccom/Makefile:1.8
--- src/external/bsd/pcc/libexec/ccom/Makefile:1.7	Thu Apr 14 09:31:25 2011
+++ src/external/bsd/pcc/libexec/ccom/Makefile	Sun May 22 11:53:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2011/04/14 09:31:25 plunky Exp $
+#	$NetBSD: Makefile,v 1.8 2011/05/22 11:53:46 plunky Exp $
 
 WARNS?=	2
 
@@ -29,11 +29,11 @@
 CPPFLAGS+=	-I${PCC_DIST}/arch/${TARGMACH}
 CPPFLAGS+=	-I${PCC_DIST}/cc/ccom
 
-DPSRCS=	external.c external.h
+DPSRCS=	external.c
 
 MKEXTDIR!=	cd ../mkext && ${PRINTOBJDIR}
 
-external.c external.h:	${MKEXTDIR}/mkext
+external.c:	${MKEXTDIR}/mkext
 	${_MKTARGET_CREATE}
 	${MKEXTDIR}/mkext
 

Reply via email to