]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: remove dependency on git.spec
authorDennis Kaarsemaker <dennis@kaarsemaker.net>
Wed, 27 Apr 2016 17:54:35 +0000 (19:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Apr 2016 20:25:44 +0000 (13:25 -0700)
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 <dennis@kaarsemaker.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 23182bcc0e490c32b33b8ddcf2483cc90c2dfbe0..8083b10a857e8362a54188be11bb01b2ebdc33d6 100644 (file)
--- 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)