From: Bart Van Assche Date: Tue, 19 May 2009 17:26:20 +0000 (+0000) Subject: Sorted EXTRA_DIST alphabetically. X-Git-Tag: svn/VALGRIND_3_5_0~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0005f062e066c7471c2a946e69ed1f2fc0a981d9;p=thirdparty%2Fvalgrind.git Sorted EXTRA_DIST alphabetically. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9986 --- diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index aff41a665e..e88372e38c 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -116,8 +116,8 @@ EXTRA_DIST = \ pth_inconsistent_cond_wait.vgtest \ pth_mutex_reinit.stderr.exp \ pth_mutex_reinit.vgtest \ - pth_process_shared_mutex.vgtest \ pth_process_shared_mutex.stderr.exp \ + pth_process_shared_mutex.vgtest \ pth_spinlock.stderr.exp \ pth_spinlock.vgtest \ qt4_mutex.stderr.exp \