[iortcw] 05/152: All: Fix CXX define in Makefile

Simon McVittie smcv at debian.org
Fri Sep 8 10:39:33 UTC 2017


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

smcv pushed a commit to annotated tag 1.5a
in repository iortcw.

commit 5101c405aeb4b658d781af41cc16ba3a34747360
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Dec 30 15:17:04 2015 -0500

    All: Fix CXX define in Makefile
---
 MP/Makefile | 4 ++--
 SP/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index 9aa73ed..808d16e 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -625,7 +625,7 @@ ifdef MINGW
     endif
 
     ifndef CXX
-      CC=g++
+      CXX=g++
     endif
 
     ifndef WINDRES
@@ -977,7 +977,7 @@ ifndef CC
 endif
 
 ifndef CXX
-  CC=g++
+  CXX=g++
 endif
 
 ifndef RANLIB
diff --git a/SP/Makefile b/SP/Makefile
index 13284eb..c9ee0be 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -614,7 +614,7 @@ ifdef MINGW
     endif
 
     ifndef CXX
-      CC=g++
+      CXX=g++
     endif
 
     ifndef WINDRES
@@ -966,7 +966,7 @@ ifndef CC
 endif
 
 ifndef CXX
-  CC=g++
+  CXX=g++
 endif
 
 ifndef RANLIB

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



More information about the Pkg-games-commits mailing list