From 44270f7557d382397e754f5ab0548a4e86c767b1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 25 Dec 2020 21:34:49 +0000 Subject: [PATCH] Fix use of TOOLS_CC being reported as CC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b4d2f39..5624d6a4 100644 --- a/Makefile +++ b/Makefile @@ -1587,7 +1587,7 @@ $(Q3LCC): $(Q3LCCOBJ) $(Q3RCC) $(Q3CPP) $(Q)$(TOOLS_CC) $(TOOLS_CFLAGS) $(TOOLS_LDFLAGS) -o $@ $(Q3LCCOBJ) $(TOOLS_LIBS) $(STRINGIFY): $(TOOLSDIR)/stringify.c - $(echo_cmd) "CC $@" + $(echo_cmd) "TOOLS_CC $@" $(Q)$(TOOLS_CC) $(TOOLS_CFLAGS) $(TOOLS_LDFLAGS) -o $@ $(TOOLSDIR)/stringify.c $(TOOLS_LIBS) define DO_Q3LCC