From b123572d819ffc4d3c250c7cbeb547fc351d4cf7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 8 Aug 2016 21:23:57 +0000 Subject: libgo: don't have .lo depend on .lo.dep Having each .lo depend on the corresponding .lo.dep caused too many rebuilds, because the .lo.dep files are rebuilt when Makefile changes. Instead, if the .lo.dep file changes, remove the .lo file. Reviewed-on: https://go-review.googlesource.com/25588 From-SVN: r239258 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 3e8321a..a8bc62c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2c88d4871558f0451a0ad152a7052dcfaecb254f +672db63f342c99bdc7ed46f040038440f429e600 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1