From 9413ba9fdcd4b83400376d10a0400ac2205a3729 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sat, 4 Dec 2010 09:35:26 +0100 Subject: [PATCH] Really fix the ia64 build. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2a4fa0a3..daf32fe4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,10 +36,10 @@ EXTRA_DIST = if POWERPC_DARWIN asm_libgc_sources = powerpc_darwin_mach_dep.s -else if TARGET_IA64 +endif + +if TARGET_IA64 asm_libgc_sources = ia64_save_regs_in_stack.s -else -asm_libgc_sources = endif libmonogc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ -- 2.40.0