From 7999f434d70dd1c4849c874d1767b24fb77a33df Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 6 Aug 2007 23:12:03 +0100 Subject: [PATCH] For the time being, set prefix= On MinGW, we want to install git in /bin. Signed-off-by: Johannes Schindelin --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85df9a5c67..24bf460a1d 100644 --- a/Makefile +++ b/Makefile @@ -493,8 +493,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) EXTLIBS += -lws2_32 X = .exe NOEXECTEMPL = .noexec - template_dir = ../share/git-core/templates/ - ETC_GITCONFIG = ../etc/gitconfig + prefix = SCRIPT_SH += cpio.sh endif ifneq (,$(findstring arm,$(uname_M)))