From c4a8eac59e19b5c55b9b2867ff6dc84e76e2266a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 18 Nov 2019 15:13:53 -0500 Subject: [PATCH] Makefile.am: Clean up currently-unused path_ vars Cargo handles it for us. --- tamer/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tamer/Makefile.am b/tamer/Makefile.am index a303ed2d..51fdcdd9 100644 --- a/tamer/Makefile.am +++ b/tamer/Makefile.am @@ -16,10 +16,6 @@ # along with this program. If not, see . ## -path_src = src -path_test = test -path_aux = build-aux - .DELETE_ON_ERROR: .PHONY: all