]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't try to build m_ume on aix5.
authorJulian Seward <jseward@acm.org>
Sat, 24 Jan 2009 01:22:25 +0000 (01:22 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 24 Jan 2009 01:22:25 +0000 (01:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9052

coregrind/Makefile.am

index 339ad23dc82b428237e39ab18d5d0e53aea1238a..b0a036c51f0495de683e2da6fcc7a1a9b926a0d7 100644 (file)
@@ -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 \