(svn r1761) Don't set CC and CXX
authortron
Tue, 01 Feb 2005 16:57:16 +0000
changeset 1257 a5ccf027aaed
parent 1256 696eba311737
child 1258 7b078174f796
(svn r1761) Don't set CC and CXX
If somebody tried to use alternate compilers via an environment variable the assignment in the Makefile simply overwrote that.
Makefile
--- a/Makefile	Tue Feb 01 09:47:18 2005 +0000
+++ b/Makefile	Tue Feb 01 16:57:16 2005 +0000
@@ -216,8 +216,6 @@
 #
 # Compiler configuration
 #
-CC=gcc
-CXX=g++
 
 # Executable file extension
 ifdef WIN32