We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 554913d + 960160b commit 49feda6Copy full SHA for 49feda6
contrib/subtree/Makefile
@@ -1,3 +1,6 @@
1
+# The default target of this Makefile is...
2
+all::
3
+
4
-include ../../config.mak.autogen
5
-include ../../config.mak
6
@@ -34,7 +37,7 @@ GIT_SUBTREE_XML := git-subtree.xml
34
37
GIT_SUBTREE_TXT := git-subtree.txt
35
38
GIT_SUBTREE_HTML := git-subtree.html
36
39
-all: $(GIT_SUBTREE)
40
+all:: $(GIT_SUBTREE)
41
42
$(GIT_SUBTREE): $(GIT_SUBTREE_SH)
43
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' $< >$@
0 commit comments