* 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
+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:
$(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
.c.o:
$(COMPILE) -c $<
+.s.o:
+ $(COMPILE) -c $<
+
.S.o:
$(COMPILE) -c $<
.c.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
-.s.lo:
- $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
.S.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
$(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.