From 20d1f357dd058a726a1424b25d62e1c445bd74f8 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