diff options
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 \ |