|
From: Nicholas N. <nj...@ca...> - 2003-12-04 15:14:28
|
CVS commit by nethercote:
Fix Makefile.am so "make dist" works.
M +1 -1 Makefile.am 1.15
--- valgrind/corecheck/tests/Makefile.am #1.14:1.15
@@ -22,5 +22,5 @@
pth_cvsimple.stderr.exp pth_cvsimple.stdout.exp pth_cvsimple.vgtest \
pth_empty.stderr.exp pth_empty.vgtest \
- pth_exit.stderr.exp pth_exit.stdout.exp pth_exit.vgtest \
+ pth_exit.stderr.exp pth_exit.vgtest \
pth_mutexspeed.stderr.exp \
pth_mutexspeed.stdout.exp pth_mutexspeed.vgtest \
|