--- eventviewer/ground/Makefile 2006/03/09 15:50:51 1.3 +++ eventviewer/ground/Makefile 2006/03/13 08:53:17 1.4 @@ -1,6 +1,6 @@ # EVENT VIEWER # SOFTWARE VERSION -VER= v9r02 +VER= v9r03 # REQUIRES CALOCOMMON and ROOT2PAW versions COMMONVER=v1r9 R2PVER=v4r00 @@ -231,7 +231,7 @@ fi @echo '.L $(patsubst %_c_${VER}.so,%.c++O,$(@F))' >> build_so.txt @echo '.q' >> build_so.txt - @root -l -b 1>/dev/null < build_so.txt + @root -l -b &>/dev/null < build_so.txt @mv -f ${DIRMACROS}/$(patsubst %_c_${VER}.so,%_c.so,$(@F)) ${DIRLIB}/$(@F) @rm -f build_so.txt