Dennis Kaarsemaker <dennis@xxxxxxxxxxxxxxx> writes: > ab21433 dropped support for rpmbuild using our own specfile by removing > git.spec.in, but forgot to remove the dependency of dist on git.spec. > > Signed-off-by: Dennis Kaarsemaker <dennis@xxxxxxxxxxxxxxx> > --- Thanks. > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 23182bc..8083b10 100644 > --- a/Makefile > +++ b/Makefile > @@ -2396,7 +2396,7 @@ quick-install-html: > ### Maintainer's dist rules > > GIT_TARNAME = git-$(GIT_VERSION) > -dist: git.spec git-archive$(X) configure > +dist: git-archive$(X) configure > ./git-archive --format=tar \ > --prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar > @mkdir -p $(GIT_TARNAME) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html