Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
wincred: avoid overwriting configured variables
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Tue, 23 Oct 2012 23:15:29 +0000
(
00:15
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 14 May 2014 17:30:07 +0000
(10:30 -0700)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Acked-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/wincred/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ccfb5bd
)
diff --git
a/contrib/credential/wincred/Makefile
b/contrib/credential/wincred/Makefile
index 39fa5e0c5921124e6331c9008d918e27991f7c85..6e992c08667d0b2b6a3c2d42314e3f500eb7502a 100644
(file)
--- a/
contrib/credential/wincred/Makefile
+++ b/
contrib/credential/wincred/Makefile
@@
-1,12
+1,12
@@
all: git-credential-wincred.exe
-CC = gcc
-RM = rm -f
-CFLAGS = -O2 -Wall
-
-include ../../../config.mak.autogen
-include ../../../config.mak
+CC ?= gcc
+RM ?= rm -f
+CFLAGS ?= -O2 -Wall
+
prefix ?= /usr/local
libexecdir ?= $(prefix)/libexec/git-core