git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ccfb5bd
)
wincred: avoid overwriting configured variables
author
Pat Thoyts
<redacted>
Tue, 23 Oct 2012 23:15:29 +0000
(
00:15
+0100)
committer
Junio C Hamano
<redacted>
Wed, 14 May 2014 17:30:07 +0000
(10:30 -0700)
Signed-off-by: Pat Thoyts <redacted>
Signed-off-by: Stepan Kasal <redacted>
Acked-by: Erik Faye-Lund <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/credential/wincred/Makefile
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT