From: Dennis Kaarsemaker Date: Wed, 27 Apr 2016 17:54:35 +0000 (+0200) Subject: Makefile: remove dependency on git.spec X-Git-Tag: v2.9.0-rc0~67^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef642ff07c6ca2c71787385ec554e826b3401216?ds=inline;hp=-c Makefile: remove dependency on git.spec ab214331 (Makefile: stop pretending to support rpmbuild, 2016-04-04) dropped support for rpmbuild using our own specfile by removing git.spec.in, but forgot to remove the dependency of the dist target on git.spec. Signed-off-by: Dennis Kaarsemaker Signed-off-by: Junio C Hamano --- ef642ff07c6ca2c71787385ec554e826b3401216 diff --git a/Makefile b/Makefile index 23182bcc0e..8083b10a85 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)