Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pcc/libexec/ccom let external.h be built as a s...



details:   https://anonhg.NetBSD.org/src/rev/a47b8699b1fe
branches:  trunk
changeset: 765219:a47b8699b1fe
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sun May 22 11:53:46 2011 +0000

description:
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

diffstat:

 external/bsd/pcc/libexec/ccom/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 18914b58ae26 -r a47b8699b1fe external/bsd/pcc/libexec/ccom/Makefile
--- a/external/bsd/pcc/libexec/ccom/Makefile    Sun May 22 11:19:23 2011 +0000
+++ b/external/bsd/pcc/libexec/ccom/Makefile    Sun May 22 11:53:46 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index