Module Name:    src
Committed By:   yamt
Date:           Thu Nov 10 09:28:25 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
add a crude dependency on tm_p.h.  build.sh -j128 fails for me without this.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/usr.bin/backend/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/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.13 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.14
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.13	Mon Nov  7 23:21:32 2011
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Thu Nov 10 09:28:25 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2011/11/07 23:21:32 njoly Exp $
+#	$NetBSD: Makefile,v 1.14 2011/11/10 09:28:25 yamt Exp $
 
 LIBISPRIVATE=	yes
 
@@ -163,6 +163,8 @@ tm_p.h: Makefile tm-preds.h
 	HEADERS="$(G_tm_p_include_list)" DEFINES="" \
 	${HOST_SH} ${GNUHOSTDIST}/gcc/mkconfig.sh ${.TARGET}
 
+${G_OBJS} ${G_OBJS:.o=.d}:	tm_p.h		# XXX crude
+
 CLEANFILES+=	options.h options.c optionlist
 optionlist: ${G_ALL_OPT_FILES} ${GCCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
 	${TOOL_AWK} -f ${DIST}/gcc/opt-gather.awk ${G_ALL_OPT_FILES} > ${.TARGET}

Reply via email to