From 3d8dab08385db4e13d5c253fad123f1bf331d361 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 1 Feb 2005 16:57:16 +0000 Subject: [PATCH] (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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index cafffdcdce..8dd99a1db9 100644 --- a/Makefile +++ b/Makefile @@ -216,8 +216,6 @@ endif # # Compiler configuration # -CC=gcc -CXX=g++ # Executable file extension ifdef WIN32