From f83c1ef8acb94bc4ef07fa654510023b868fab05 Mon Sep 17 00:00:00 2001
From: tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 30 Jun 1999 12:25:07 +0000
Subject: [PATCH] 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br> 	*
 Makefile.am (.s.lo): Renamed from `.s.o'. 	* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27850 138bc75d-0d04-0410-961f-82ee72b054a4
---
 boehm-gc/ChangeLog   | 5 +++++
 boehm-gc/Makefile.am | 2 +-
 boehm-gc/Makefile.in | 8 ++++----
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index af461baff29b..9a24fb6067fe 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+	* Makefile.am (.s.lo): Renamed from `.s.o'.
+	* Makefile.in: Rebuilt.
+
 1999-06-21  Tom Tromey  <tromey@cygnus.com>
 
 	Alpha patch from Jeff Sturm:
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 921031f50bfd..b1d5dc54dcff 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -54,7 +54,7 @@ all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
 $(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
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in
index 7152f1600358..19b706c98648 100644
--- a/boehm-gc/Makefile.in
+++ b/boehm-gc/Makefile.in
@@ -271,6 +271,9 @@ uninstall-toolexeclibLTLIBRARIES:
 .c.o:
 	$(COMPILE) -c $<
 
+.s.o:
+	$(COMPILE) -c $<
+
 .S.o:
 	$(COMPILE) -c $<
 
@@ -287,9 +290,6 @@ maintainer-clean-compile:
 .c.lo:
 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
-.s.lo:
-	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
 .S.lo:
 	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
@@ -486,7 +486,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 $(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
 
-.s.o:
+.s.lo:
 	$(LTCOMPILE) -x assembler-with-cpp -c $<
 
 # Multilib support.
-- 
GitLab