From 61d764d0fd52ef0d9fbb9d347b2b272aa6d94ff6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 12 Mar 2019 23:24:17 -0400 Subject: [PATCH] makefile: remove superclean dependency from tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a58f6aa8..1c18e5f9 100644 --- a/Makefile +++ b/Makefile @@ -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))