boehm gc patch from Alexandre Oliva

Tom Tromey tromey@cygnus.com
Wed Jun 30 12:32:00 GMT 1999


I'm committing this patch to the trunk and the 2.95 branch.
It fixes boehm-gc/Makefile.am so that builds work on the alpha.

1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* Makefile.am (.s.lo): Renamed from `.s.o'.
	* Makefile.in: Rebuilt.

Tom

Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/boehm-gc/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am	1999/06/21 14:57:43	1.5
+++ Makefile.am	1999/06/30 19:30:49
@@ -54,7 +54,7 @@
 $(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
 
 ## FIXME: we shouldn't have to do this, but automake forces us to.
-.s.o:
+.s.lo:
 	$(LTCOMPILE) -x assembler-with-cpp -c $<
 
 ## We have our own definition of LTCOMPILE because we want to use our


More information about the Java-patches mailing list