diff -r 1ce1b4cd8dd5 -r 8f1dece01cc4 src/test/makefile --- a/src/test/makefile Tue Apr 27 08:31:00 2004 +0000 +++ b/src/test/makefile Tue Apr 27 09:26:32 2004 +0000 @@ -1,3 +1,4 @@ +#CXX3 := $(shell type -p g++-3.4 || shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) CXX2 = g++-2.95 CXX=$(CXX3)