[ioquake3] 54/136: autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 8e001e6b99e64163d9a32896592839f6aeb38e2c
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Thu May 25 22:01:47 2017 -0400

    autoupdater should build with $(CC), not $(TOOLS_CC), in Makefile.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0650759..5315fbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1576,7 +1576,7 @@ $(Q3ASM): $(Q3ASMOBJ)
 
 define DO_AUTOUPDATER_CC
 $(echo_cmd) "AUTOUPDATER_CC $<"
-$(Q)$(TOOLS_CC) $(CFLAGS) $(CURL_CFLAGS) -o $@ -c $<
+$(Q)$(CC) $(CFLAGS) $(CURL_CFLAGS) -o $@ -c $<
 endef
 
 Q3AUTOUPDATEROBJ = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list