diff --git a/Makefile.am b/Makefile.am index 1c9cea9..c9ee651 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ pkgname = $(PACKAGE_NAME)-$(PACKAGE_VERSION) tarname = $(pkgname).tar.gz $(tarname): - git tag v$(PACKAGE_VERSION) git archive --format=tar --prefix=$(pkgname)/ v$(PACKAGE_VERSION) $(FILES) | gzip >$@ tar: $(tarname)