--- DarthVader/CalorimeterLevel2/Makefile 2009/08/04 14:01:17 1.43 +++ DarthVader/CalorimeterLevel2/Makefile 2009/08/06 14:59:30 1.45 @@ -4,7 +4,7 @@ # include ../Make.def # -ifeq ($(GCC4),) +ifeq ($(GCC4),0) EXTRAOPT=-Wno-globals -fvxt else EXTRAOPT= @@ -207,7 +207,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo ' char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp; echo 'const char *CaloInfo(bool print){ if ( print ) printf("\nCalorimeter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/CaloVerl2.cpp @sleep 0.8