From 9de55067d8503d6160588b7986d9baeb69cca008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 4 Nov 2011 18:05:39 +0100 Subject: [PATCH] Remove extra space (was causing spurious fail in testsuite) (cherry picked from commit 9cc362552085d788f170e26c7c6e6aeceade85b2) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dbfb5e3cd..a1bd1e932 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -100,7 +100,7 @@ MODFILES = \ kalman_filter_smoother/fs2000.mod \ kalman_filter_smoother/fs2000_1.mod \ kalman_filter_smoother/fs2000_2.mod \ - kalman_filter_smoother/fs2000a.mod + kalman_filter_smoother/fs2000a.mod EXTRA_DIST = \ $(MODFILES) \ -- GitLab