aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-02 13:04:04 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-02 13:04:04 +0000
commit1a37c5a4b624e587d7194c4326d7a1a073576aa5 (patch)
tree429f01d705e0d80ee466dbddb0384b1c366c251d /Makefile.in
parent557802a1daec5fd3d33f42ddb974b0739a081ecb (diff)
downloadruby-1a37c5a4b624e587d7194c4326d7a1a073576aa5.tar.gz
* Makefile.in (update-coverage): Remove a never executed line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 484fe540af..39fe0bb37f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -475,7 +475,6 @@ update-coverage:
else \
echo retrieving simplecov ...; \
exec git clone $(SIMPLECOV_GIT_URL) coverage/simplecov; \
- cd coverage/simplecov; \
fi
INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \