From: Julian Seward Date: Sat, 24 Jan 2009 01:22:25 +0000 (+0000) Subject: Don't try to build m_ume on aix5. X-Git-Tag: svn/VALGRIND_3_5_0~1045 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b666f0fa23108179201644037225b4c46b6ef723;p=thirdparty%2Fvalgrind.git Don't try to build m_ume on aix5. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9052 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 339ad23dc8..b0a036c51f 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -222,10 +222,7 @@ COREGRIND_SOURCES_COMMON = \ m_replacemalloc/replacemalloc_core.c \ m_scheduler/scheduler.c \ m_scheduler/sema.c \ - m_syswrap/syswrap-main.c \ - m_ume/elf.c \ - m_ume/main.c \ - m_ume/script.c + m_syswrap/syswrap-main.c COREGRIND_LINUX_SOURCE = \ m_coredump/coredump-elf.c \ @@ -237,7 +234,10 @@ COREGRIND_LINUX_SOURCE = \ m_debuginfo/readdwarf.c \ m_debuginfo/readdwarf3.c \ m_debuginfo/readstabs.c \ - m_syswrap/syswrap-generic.c + m_syswrap/syswrap-generic.c \ + m_ume/elf.c \ + m_ume/main.c \ + m_ume/script.c COREGRIND_AIX5_SOURCE = \ m_aspacemgr/aspacemgr-aix5.c \