Browse Source

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
Paul Emm. Katsoulakis 6 years ago
parent
commit
4f07096baa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile.am

+ 3 - 0
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 \