=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- OpenXM_contrib2/asir2000/Makefile.in 2004/02/27 18:32:21 1.21 +++ OpenXM_contrib2/asir2000/Makefile.in 2004/06/25 13:41:33 1.22 @@ -79,6 +79,7 @@ PARIINC = @PARIINC@ PARILIB = @PARILIB@ RANLIB = @RANLIB@ USE_GC_INTERIX = @USE_GC_INTERIX@ +USE_GC_SPARC64 = @USE_GC_SPARC64@ USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@ VERSION = @VERSION@ XPMLIB = @XPMLIB@ @@ -496,6 +497,11 @@ libasir-gc.a: parse/gc_risa.c -a ! -f ${top_srcdir}/gc/.patch_gc_interix_done ]; then \ (cd ${top_srcdir}/gc; patch -p0 < ../gc_interix.diff) ; \ touch ${top_srcdir}/gc/.patch_gc_interix_done ; \ + fi + -if [ "${USE_GC_SPARC64}" = yes \ + -a ! -f ${top_srcdir}/gc/.patch_gc_sparc64_done ]; then \ + (cd ${top_srcdir}/gc; patch -p0 < ../gc_sparc64.diff) ; \ + touch ${top_srcdir}/gc/.patch_gc_sparc64_done ; \ fi -if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \ if [ -n "${host_alias}" ]; then \