Commit 500e1264 by Andreas Tobler Committed by Andreas Tobler

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

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
parent 84b8b0e0
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> 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
* boehm-gc/configure.ac: New name of configure.in. * boehm-gc/configure.ac: New name of configure.in.
......
...@@ -57,6 +57,8 @@ TESTS = gctest ...@@ -57,6 +57,8 @@ TESTS = gctest
## We use -Wp,-P to strip #line directives. Irix `as' chokes on ## We use -Wp,-P to strip #line directives. Irix `as' chokes on
## these. ## these.
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< $(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 ## We have our own definition of LTCOMPILE because we want to use our
## CFLAGS, not those passed in from the top level make. ## CFLAGS, not those passed in from the top level make.
......
...@@ -352,7 +352,7 @@ MAKEOVERRIDES = ...@@ -352,7 +352,7 @@ MAKEOVERRIDES =
all: all-recursive all: all-recursive
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .c .lo .o .obj .s .SUFFIXES: .S .c .lo .o .obj .s
am--refresh: am--refresh:
@: @:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
...@@ -766,6 +766,8 @@ uninstall-info: uninstall-info-recursive ...@@ -766,6 +766,8 @@ uninstall-info: uninstall-info-recursive
.s.lo: .s.lo:
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< $(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. # 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. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment