aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-08-08 21:23:57 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-08-08 21:23:57 +0000
commitb123572d819ffc4d3c250c7cbeb547fc351d4cf7 (patch)
treef10e9a98f3e4e4e2bd54f75b974d1e129a7977cd /gcc
parenta7d79e5cbb77e0ee53d81db5a94ac865cbefd5bf (diff)
downloadgcc-b123572d819ffc4d3c250c7cbeb547fc351d4cf7.zip
gcc-b123572d819ffc4d3c250c7cbeb547fc351d4cf7.tar.gz
gcc-b123572d819ffc4d3c250c7cbeb547fc351d4cf7.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
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.