diff --git a/test/Makefile b/test/Makefile index ceb3c9a1c9..b8932064d6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # $Id$ -CC= gcc -CXX= g++ +CC?= gcc +CXX?= g++ CURDIR?= $(shell /bin/pwd) SRCDIR?= ..