diff --git a/src/Depend.sh b/src/Depend.sh index 71298fedb4..b0fe6947ae 100644 --- a/src/Depend.sh +++ b/src/Depend.sh @@ -26,9 +26,9 @@ if (test $1 = 1) then if (test -e fix_imd.h) then cd USER-MISC; /bin/sh Install.sh 1; cd .. fi - if (test -e thr_omp.h) then - cd USER-OMP; /bin/sh Install.sh 1; cd .. - fi +# if (test -e thr_omp.h) then +# cd USER-OMP; /bin/sh Install.sh 1; cd .. +# fi elif (test $1 = 0) then @@ -47,8 +47,8 @@ elif (test $1 = 0) then if (test -e fix_imd.h) then cd USER-MISC; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd .. fi - if (test -e thr_omp.h) then - cd USER-OMP; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd .. - fi +# if (test -e thr_omp.h) then +# cd USER-OMP; /bin/sh Install.sh 0; /bin/sh Install.sh 1; cd .. +# fi fi