Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-23 05:19:03 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-23 05:19:03 +0300
commitc10d63451883f67c37622d2a21b2fc93be2f90c9 (patch)
treededdf29bb3a5f48b82a783d9c1254f5987736141 /Makefile
parente6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd (diff)
parentc63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (diff)
Merge in fixes up to 1.0.3 maintenance branch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88b89f956f..3395a9e102 100644
--- a/Makefile
+++ b/Makefile
@@ -397,6 +397,9 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)) : % : %.py
git-cherry-pick: git-revert
cp $< $@
+# format-patch records GIT_VERSION
+git-format-patch: Makefile
+
%.o: %.c
$(CC) -o $*.o -c $(ALL_CFLAGS) $<
%.o: %.S