]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge part of r8943 from the Darwin branch -- use VGA_* instead of VGP_* for
authorNicholas Nethercote <njn@valgrind.org>
Wed, 21 Jan 2009 22:52:39 +0000 (22:52 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 21 Jan 2009 22:52:39 +0000 (22:52 +0000)
selecting the arch-specific tests.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9015

none/tests/Makefile.am

index 3c9c00bf8d4dc47c7e12171336084d5b33a80346..9c4662e241a12315d69786ebf60882a8e8db54c9 100644 (file)
@@ -3,16 +3,16 @@
 include $(top_srcdir)/Makefile.flags.am
 
 SUBDIRS = .
-if VGP_X86_LINUX
+if VGA_X86
 SUBDIRS += x86
 endif
-if VGP_AMD64_LINUX
+if VGA_AMD64
 SUBDIRS += amd64
 endif
-if VGP_PPC32_LINUX
+if VGA_PPC32
 SUBDIRS += ppc32
 endif
-if VGP_PPC64_LINUX
+if VGA_PPC64
 SUBDIRS += ppc64
 endif