Skip to content

Commit ef642ff

Browse files
seveasgitster
authored andcommitted
Makefile: remove dependency on git.spec
ab21433 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ab21433 commit ef642ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ quick-install-html:
23962396
### Maintainer's dist rules
23972397

23982398
GIT_TARNAME = git-$(GIT_VERSION)
2399-
dist: git.spec git-archive$(X) configure
2399+
dist: git-archive$(X) configure
24002400
./git-archive --format=tar \
24012401
--prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar
24022402
@mkdir -p $(GIT_TARNAME)

0 commit comments

Comments
 (0)