(svn r1761) Don't set CC and CXX
authortron
Tue, 01 Feb 2005 16:57:16 +0000
changeset 1257 e2ee8cbc32e6
parent 1256 5b4916eb49ff
child 1258 220b6e3b4d10
(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