Module Name:    src
Committed By:   njoly
Date:           Mon Nov  7 23:21:32 UTC 2011

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

Log Message:
Adjust dependencies for alpha.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.13
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.12	Thu Jul 21 03:01:26 2011
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Mon Nov  7 23:21:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2011/07/21 03:01:26 mrg Exp $
+#	$NetBSD: Makefile,v 1.13 2011/11/07 23:21:32 njoly Exp $
 
 LIBISPRIVATE=	yes
 
@@ -305,6 +305,10 @@ vec.lo: gtype-desc.h
 gtype-desc.d gtype-desc.o: insn-constants.h
 insn-emit.d insn-emit.o: tm-constrs.h
 
+.if ${MACHINE_ARCH} == "alpha"
+alpha.d alpha.o: tm-constrs.h tm_p.h
+.endif
+
 .if ${MACHINE_CPU} == "arm"
 arm.d arm.o: insn-constants.h tm_p.h
 .endif

Reply via email to