Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 841ca04

Browse files
patthoytskasal
authored andcommitted
wincred: avoid overwriting configured variables
Signed-off-by: Pat Thoyts <[email protected]> Signed-off-by: Stepan Kasal <[email protected]> Acked-by: Erik Faye-Lund <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b5abaf8 commit 841ca04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/credential/wincred/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
all: git-credential-wincred.exe
22

3-
CC = gcc
4-
RM = rm -f
5-
CFLAGS = -O2 -Wall
6-
73
-include ../../../config.mak.autogen
84
-include ../../../config.mak
95

6+
CC ?= gcc
7+
RM ?= rm -f
8+
CFLAGS ?= -O2 -Wall
9+
1010
prefix ?= /usr/local
1111
libexecdir ?= $(prefix)/libexec/git-core
1212

0 commit comments

Comments
 (0)