Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-08 18:39:21 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-08 18:39:21 +0400
commit5c4cdd9c3e18deb7da147ee8e45f6ea4c0679bf7 (patch)
tree6a08174b1cde2475000b6d8debe618026e6b19c4 /libgc/Makefile.am
parent27eba6825ce3d0ac08568e07c971f31c6adc0c36 (diff)
Allow -jX when compiling libgc
Add mach_dep.c to the sources. Fixes bug #644933. Thanks to Mathias Ruediger.
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 735cc3bdaf8..3e317f409dc 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -35,9 +35,9 @@ EXTRA_DIST =
## more items will be succesively added below
if POWERPC_DARWIN
-asm_libgc_sources = powerpc_darwin_mach_dep.s
+MACH_DEP = powerpc_darwin_mach_dep.s
else
-asm_libgc_sources =
+MACH_DEP = mach_dep.c
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 \
-$(asm_libgc_sources)
+$(MACH_DEP)
# Include THREADDLLIBS here to ensure that the correct versions of
# linuxthread semaphore functions get linked: