=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_math/Makefile.in 2000/02/08 21:14:01 1.1 +++ OpenXM/src/ox_math/Makefile.in 2000/02/14 09:35:00 1.2 @@ -1,5 +1,5 @@ # -*- mode: Makefile -*- -# $OpenXM$ +# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.1 2000/02/08 21:14:01 ohara Exp $ OpenXM_HOME=../.. @@ -25,6 +25,9 @@ all: libgmp.a libox.a ${BINARIES} serv1.o serv2.o mlo.o: serv2.h libgmp.a: + if [ ! -d ${GMPSRC} ]; then \ + (cd ${OpenXM_HOME}/src; ${MAKE} configure-links) \ + fi if [ ! -f ${GMPSRC}/libgmp.a ]; then \ (cd ${GMPSRC}; ./configure; ${MAKE} libgmp.a) \ fi