aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-03 16:05:50 -0700
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>2005-10-03 16:29:48 -0700
commitc8c5b21a3714db3272f869c82f3ce862ed9c2cc6 (patch)
treeb9f84c3ddee69e398106b1c6fbbc5ddb72875080 /Makefile
parent79a9d8ea0d88a3667ad19be8e705405ab5d896f1 (diff)
downloadgit-c8c5b21a3714db3272f869c82f3ce862ed9c2cc6.tar.gz
git-c8c5b21a3714db3272f869c82f3ce862ed9c2cc6.tar.xz
[PATCH] Merging the Cygwin changes
Fix mismerge typo. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4ea6d9a71..133808c82 100644
--- a/Makefile
+++ b/Makefile
@@ -297,13 +297,9 @@ all:
git: git.sh Makefile
rm -f $@+ $@
sed -e '1s|#!.*/sh|#!$(SHELL_PATH)|' \
-<<<<<<< Makefile
- -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
- -e 's/@@X@@/$(X)/g' <$@.sh >$@+
-=======
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
+ -e 's/@@X@@/$(X)/g' \
$(GIT_LIST_TWEAK) <$@.sh >$@+
->>>>>>> .merge_file_3QHyD4
chmod +x $@+
mv $@+ $@