From: JINMEI Tatuya Date: Fri, 30 Sep 2011 20:25:08 +0000 (-0700) Subject: [1259] removed a space char at EOL X-Git-Tag: perftcpdns_before_epoll~37^2~30^2^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26691e282b76d74959e63524b280e77b09ac89df;p=thirdparty%2Fkea.git [1259] removed a space char at EOL --- diff --git a/src/lib/python/isc/xfrin/tests/Makefile.am b/src/lib/python/isc/xfrin/tests/Makefile.am index e5325fccc8..416d62b45e 100644 --- a/src/lib/python/isc/xfrin/tests/Makefile.am +++ b/src/lib/python/isc/xfrin/tests/Makefile.am @@ -12,7 +12,7 @@ endif # test using command-line arguments, so use check-local target instead of TESTS check-local: if ENABLE_PYTHON_COVERAGE - touch $(abs_top_srcdir)/.coverage + touch $(abs_top_srcdir)/.coverage rm -f .coverage ${LN_S} $(abs_top_srcdir)/.coverage .coverage endif