From 88796409012fbe6bd092f0e73243793029195e9e Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 7 Dec 2017 14:30:59 -0600 Subject: [PATCH] [tm-monitor] fix build-all target in Makefile --- tm-monitor/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tm-monitor/Makefile b/tm-monitor/Makefile index 246cbc180..8a6cad8ad 100644 --- a/tm-monitor/Makefile +++ b/tm-monitor/Makefile @@ -32,7 +32,6 @@ build-all: tools dist: build-all cd dist && \ $(DIST_DIRS) cp ../LICENSE {} \; && \ - $(DIST_DIRS) cp ../README.rst {} \; && \ $(DIST_DIRS) tar -zcf tm-monitor-${VERSION}-{}.tar.gz {} \; && \ shasum -a256 ./*.tar.gz > "./tm-monitor_${VERSION}_SHA256SUMS" && \ cd ..