OSDN Git Service

* cse.c (find_best_addr): Use canon_for_address.
[pf3gnuchains/gcc-fork.git] / boehm-gc / Makefile.am
index 502cb23..c87d8c5 100644 (file)
@@ -5,6 +5,7 @@
 ## Makefile.am.
 
 AUTOMAKE_OPTIONS = cygnus subdir-objects
+ACLOCAL_AMFLAGS = -I .. -I ../config
 
 SUBDIRS = include
 
@@ -57,6 +58,8 @@ TESTS = gctest
 ## We use -Wp,-P to strip #line directives.  Irix `as' chokes on
 ## these.
        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
+.S.lo:
+       $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
 
 ## We have our own definition of LTCOMPILE because we want to use our
 ## CFLAGS, not those passed in from the top level make.