Merge pull request #592 from trapexit/tarball

makefile: remove superclean dependency from tarball
This commit is contained in:
trapexit 2019-03-12 23:24:41 -04:00 committed by GitHub
commit 2ca0cb0fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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))