aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-22 18:19:03 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-22 18:19:03 -0800
commitc10d63451883f67c37622d2a21b2fc93be2f90c9 (patch)
treededdf29bb3a5f48b82a783d9c1254f5987736141 /Makefile
parente6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd (diff)
parentc63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (diff)
downloadgit-c10d63451883f67c37622d2a21b2fc93be2f90c9.tar.gz
git-c10d63451883f67c37622d2a21b2fc93be2f90c9.tar.xz
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 88b89f956..3395a9e10 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