From f3d0d4c849b3e0a8dc7906ce2fbd45e700bfa0c8 Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Fri, 8 Oct 2010 11:55:31 -0400 Subject: [PATCH] Undo mach_dep change. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3e317f40..735cc3bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,9 +35,9 @@ EXTRA_DIST = ## more items will be succesively added below if POWERPC_DARWIN -MACH_DEP = powerpc_darwin_mach_dep.s +asm_libgc_sources = powerpc_darwin_mach_dep.s else -MACH_DEP = mach_dep.c +asm_libgc_sources = endif libmonogc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ @@ -47,7 +47,7 @@ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \ backgraph.c win32_threads.c \ pthread_support.c pthread_stop_world.c darwin_stop_world.c \ -$(MACH_DEP) +$(asm_libgc_sources) # Include THREADDLLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: -- 2.40.0