Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha.
authorAndreas Tobler <a.tobler@schweiz.ch>
Sun, 20 Jun 2004 09:14:17 +0000 (11:14 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Sun, 20 Jun 2004 09:14:17 +0000 (11:14 +0200)
2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>

* Makefile.am: Add rule for .S files to fix bootstrap on
solaris and alpha.
* Makefile.in: Regenerate.

From-SVN: r83406

boehm-gc/ChangeLog
boehm-gc/Makefile.am
boehm-gc/Makefile.in

index 78de32d5485eeac4973fb9f5441e4cf10e88880e..f8588e91d4e38f899a8c82284a21b0385dd8d1e2 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * Makefile.am: Add rule for .S files to fix bootstrap on
+       solaris and alpha.
+       * Makefile.in: Regenerate.
+
 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
 
        * boehm-gc/configure.ac: New name of configure.in.
index 502cb232641612152e51e8fe73d9aaade8f29875..af00bd54ccdde5b0500653a699e3e47324a2c8b5 100644 (file)
@@ -57,6 +57,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.
index fc5f9abb9ffc0aeda49db630a97b0f3f7dc39e70..2be4b5939a95d63801dbc944fc0af56a08c16b59 100644 (file)
@@ -352,7 +352,7 @@ MAKEOVERRIDES =
 all: all-recursive
 
 .SUFFIXES:
-.SUFFIXES: .c .lo .o .obj .s
+.SUFFIXES: .S .c .lo .o .obj .s
 am--refresh:
        @:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
@@ -766,6 +766,8 @@ uninstall-info: uninstall-info-recursive
 
 .s.lo:
        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
+.S.lo:
+       $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: