From b9c1baa454f02c8befbc2b3e97190d59d48c41e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 13 Apr 2017 22:15:33 +0200 Subject: [PATCH] Makefile: minor dependency fix in `test`` --- test/proto_alpha/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/proto_alpha/Makefile b/test/proto_alpha/Makefile index dadfab0ba..be41183f8 100644 --- a/test/proto_alpha/Makefile +++ b/test/proto_alpha/Makefile @@ -37,7 +37,6 @@ run-test-transaction: ./test-transaction TEST_CONNECTION_IMPLS := \ - proto_alpha_helpers.mli \ proto_alpha_helpers.ml \ test_transaction.ml @@ -57,7 +56,6 @@ run-test-origination: ./test-origination TEST_CONNECTION_IMPLS := \ - proto_alpha_helpers.mli \ proto_alpha_helpers.ml \ test_origination.ml @@ -77,7 +75,6 @@ run-test-endorsement: ./test-endorsement TEST_CONNECTION_IMPLS := \ - proto_alpha_helpers.mli \ proto_alpha_helpers.ml \ test_endorsement.ml