From eda1f0d6ba1674dcc76cef94102201257351159d Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Fri, 7 Sep 2018 21:46:12 -0300 Subject: [PATCH] Fixed typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6062dd4..f6514f0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ override TARBALL:=$(TMP)/$(PACKAGE)-$(VERSION).tar.xz override SFTPBATCH:=$(TMP)/$(VERSION)-sftpbatch SOURCES=contrib COPYING COPYRIGHT doc Makefile man README src -dist: clean $(TARBALL).sig +dist: clean $(TARBALL) @cp $(TARBALL) . @echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready" rm -rf $(TMP)