makefile: remove superclean dependency from tarball

This commit is contained in:
Antonio SJ Musumeci 2019-03-12 23:24:17 -04:00
parent 8b007ada61
commit 61d764d0fd

View File

@ -180,7 +180,7 @@ endif
man: $(MANPAGE)
tarball: superclean man changelog authors version
tarball: man changelog authors version
$(eval VERSION := $(shell cat VERSION))
$(eval VERSION := $(subst -,_,$(VERSION)))
$(eval FILENAME := $(TARGET)-$(VERSION))