mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
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 <dennis@kaarsemaker.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ab214331cf
commit
ef642ff07c
2
Makefile
2
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user