changeset 435 | 8f1dece01cc4 |
parent 384 | f27d21767d38 |
child 460 | e4d291344277 |
1.1 --- a/src/test/makefile Tue Apr 27 08:31:00 2004 +0000 1.2 +++ b/src/test/makefile Tue Apr 27 09:26:32 2004 +0000 1.3 @@ -1,3 +1,4 @@ 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++) 1.5 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) 1.6 CXX2 = g++-2.95 1.7 CXX=$(CXX3)