--- eventviewer/ground/Makefile 2006/01/13 10:07:38 1.2 +++ eventviewer/ground/Makefile 2006/03/09 15:50:51 1.3 @@ -1,9 +1,9 @@ # EVENT VIEWER # SOFTWARE VERSION -VER= v8r01 +VER= v9r02 # REQUIRES CALOCOMMON and ROOT2PAW versions COMMONVER=v1r9 -R2PVER=v3r00 +R2PVER=v4r00 # installed calocommon version COMPCOMVER=`echo ${COMMONVER} | tr -d [a-z:A-Z]` INSTCOMVER=`${PAM_BIN}/calocommon |head -2 |tail -1 | tr -d [a-z:A-Z]` @@ -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 &>/dev/null < build_so.txt + @root -l -b 1>/dev/null < build_so.txt @mv -f ${DIRMACROS}/$(patsubst %_c_${VER}.so,%_c.so,$(@F)) ${DIRLIB}/$(@F) @rm -f build_so.txt