summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fcae19..71a2133 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ $(CONFIGS): version_info
@$(ECHO_INFO) "automatically generating configuration ..."
@./configure
-tarball: clean
+tarball: dist-clean
@ver=$(VERSION_RELEASE); \
tarball=libseccomp-$$ver.tar.gz; \
$(ECHO_INFO) "creating the tarball ../$$tarball"; \