summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e4c4453bd8..0f2ee11120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 2 22:01:51 2014 Kouhei Sutou <kou@cozmixng.org>
+
+ * Makefile.in (update-coverage): Remove a never executed line.
+
Tue Sep 2 19:48:26 2014 Tanaka Akira <akr@fsij.org>
* process.c (handle_fork_error): Extracted from retry_fork.
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 \