OSDN Git Service

1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
[pf3gnuchains/gcc-fork.git] / boehm-gc / Makefile.in
index 7152f16..19b706c 100644 (file)
@@ -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.