# HG changeset patch # User tron # Date 1107277036 0 # Node ID a5ccf027aaedc42c2451719a17e9259c4259abb8 # Parent 696eba3117374dadfed90ecfba2fc2b85cb3fd04 (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. diff -r 696eba311737 -r a5ccf027aaed 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