diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 19:37:26 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 19:37:26 +0000 |
commit | f6c0fcd08359521617d3267711baa30d2bfc47ca (patch) | |
tree | d662f4e2d06970f1f4a874a3a98f6d95c4f05be2 /boehm-gc/Makefile.am | |
parent | 94efb705cdfbaef867673049bbe54cc5eea9c578 (diff) | |
download | gcc-f6c0fcd08359521617d3267711baa30d2bfc47ca.tar.gz |
2006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
* Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index d25c052865e..80af9abf01e 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -12,9 +12,9 @@ SUBDIRS = include noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la if POWERPC_DARWIN -asm_libgc_sources = powerpc_darwin_mach_dep.s +asm_libgcjgc_sources = powerpc_darwin_mach_dep.s else -asm_libgc_sources = +asm_libgcjgc_sources = endif libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ |