Skip to content

Commit 248b68f

Browse files
patthoytsgitster
authored andcommitted
wincred: avoid overwriting configured variables
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>
1 parent ccfb5bd commit 248b68f

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)