=================================================================== RCS file: /home/cvs/OpenXM/src/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- OpenXM/src/Makefile 2000/01/07 18:03:23 1.19 +++ OpenXM/src/Makefile 2000/01/07 18:38:12 1.20 @@ -1,5 +1,5 @@ ## Type in make configure and make all to build all -## $OpenXM: OpenXM/src/Makefile,v 1.18 2000/01/07 16:40:53 maekawa Exp $ +## $OpenXM: OpenXM/src/Makefile,v 1.19 2000/01/07 18:03:23 maekawa Exp $ all : all1 all3 all4 all-pari all-asir all2 all5 all6 all1 : @@ -16,12 +16,11 @@ all3: all4 : (cd k097 ; make all ; make install) all5 : - if ../misc/which.pl -s javac ; \ - then \ - (cd OpenMath ; make ) ; \ + @if ../misc/which.pl -s javac ; then \ + (cd OpenMath ; make ) ; \ else \ - echo "Warning: javac (java compiler) is not found in your search path. OpenMath will not be compiled." ; \ - fi + echo "Warning: javac (java compiler) is not found in your search path. OpenMath will not be compiled." ; \ + fi all6 :