diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-30 12:25:07 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-30 12:25:07 +0000 |
commit | f83c1ef8acb94bc4ef07fa654510023b868fab05 (patch) | |
tree | 5ccf3cacad34f18c5757884e22ced7467758127b /boehm-gc/Makefile.am | |
parent | b262d0e858916c66c79e9bc96d36a66409a73fe5 (diff) | |
download | gcc-f83c1ef8acb94bc4ef07fa654510023b868fab05.tar.gz |
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
* 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
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 921031f50bf..b1d5dc54dcf 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -54,7 +54,7 @@ all_objs = @addobjs@ $(libgcjgc_la_OBJECTS) $(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 |