summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-04-02 16:55:01 +0200
committerGitHub <noreply@github.com>2019-04-02 16:55:01 +0200
commit4f07096baadc9314dac9d184afe03148601136f3 (patch)
treeaeae4cc8628481c6daf4092f233238d02077df94 /Makefile.am
parentd27effa5d0d658dc04d45a89fa8ec86c582e2916 (diff)
netdata/packaging: Remove .tar.gz on distclean (#5763)
* netdata/packaging: Remove .tar.gz on distclean * netdata/packaging: Do not use pattern, there is dist variable to point to the specific file to delete upon clean
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c64072c41f..ee5ba9f172 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,9 @@ MAINTAINERCLEANFILES= \
$(srcdir)/m4/ltoptions.m4 \
$(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h
+CLEANFILES= \
+ $(srcdir)/$(distdir).tar.gz
+
EXTRA_DIST = \
.gitignore \
.codacy.yml \