From b85267e03c226105af6c19042a71af57c51ad2e7 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Thu, 24 Nov 2016 10:00:34 +0100 Subject: [PATCH] fixed typo in Makefile.am --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a032a4f02..31e7d88a5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -366,8 +366,8 @@ kalman_filter_smoother/algoH2.o.trs: kalman_filter_smoother/algoH1.o.trs kalman_filter_smoother/algo4.m.trs: kalman_filter_smoother/algo3.m.trs kalman_filter_smoother/algo4.o.trs: kalman_filter_smoother/algo3.o.trs -kalman_filter_smoother/test_compute_Pinf_Pstar.m.trs: kalman_filter_smoother/compute_Pinf_Pstar_data.m.trs -kalman_filter_smoother/test_compute_Pinf_Pstar.o.trs: kalman_filter_smoother/compute_Pinf_Pstar_data.o.trs +kalman_filter_smoother/test_compute_Pinf_Pstar.m.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.m.trs +kalman_filter_smoother/test_compute_Pinf_Pstar.o.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.o.trs optimal_policy/nk_ramsey_expectation_a.m.trs: optimal_policy/nk_ramsey_expectation.m.trs optimal_policy/nk_ramsey_expectation_a.o.trs: optimal_policy/nk_ramsey_expectation.o.trs