src/work/makefile
changeset 392 b8d635e1672d
parent 390 8dc830d3f9ef
child 393 4535f78639e2
     1.1 --- a/src/work/makefile	Sat Apr 24 13:24:42 2004 +0000
     1.2 +++ b/src/work/makefile	Sat Apr 24 14:25:03 2004 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  
     1.5  # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
     1.6  # ismert rendszeren :-)  (Misi)
     1.7 -#CXX := $(shell type -p g++-3.4 || type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     1.8 -CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     1.9 +CXX := $(shell type -p g++-3.4 || type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    1.10 +#CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    1.11  CC := $(CXX)
    1.12  
    1.13