Skip to content

Commit 49feda6

Browse files
committed
Merge branch 'jk/contrib-subtree-make-all'
* jk/contrib-subtree-make-all: subtree: make "all" default target of Makefile
2 parents 554913d + 960160b commit 49feda6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/subtree/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The default target of this Makefile is...
2+
all::
3+
14
-include ../../config.mak.autogen
25
-include ../../config.mak
36

@@ -34,7 +37,7 @@ GIT_SUBTREE_XML := git-subtree.xml
3437
GIT_SUBTREE_TXT := git-subtree.txt
3538
GIT_SUBTREE_HTML := git-subtree.html
3639

37-
all: $(GIT_SUBTREE)
40+
all:: $(GIT_SUBTREE)
3841

3942
$(GIT_SUBTREE): $(GIT_SUBTREE_SH)
4043
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' $< >$@

0 commit comments

Comments
 (0)