|
From: <sv...@va...> - 2005-10-19 23:38:26
|
Author: sewardj Date: 2005-10-20 00:38:22 +0100 (Thu, 20 Oct 2005) New Revision: 4949 Log: Fix make dist (seems to work, but am unsure if this is the right fix). Modified: trunk/none/tests/Makefile.am Modified: trunk/none/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/none/tests/Makefile.am 2005-10-19 22:39:40 UTC (rev 4948) +++ trunk/none/tests/Makefile.am 2005-10-19 23:38:22 UTC (rev 4949) @@ -88,8 +88,7 @@ shell_badinterp shell_badinterp.vgtest shell_badinterp.stderr.exp \ shell_binaryfile shell_binaryfile.vgtest shell_binaryfile.stderr.exp \ shell_dir.vgtest shell_dir.stderr.exp \ - shell_nonexec shell_nonexec.vgtest shell_nonexec.stderr.exp \ - shell_nonexec shell_nonexec.vgtest shell_nonexec.stderr.exp \ + shell_nonexec.vgtest shell_nonexec.stderr.exp \ shell_nosuchfile.vgtest shell_nosuchfile.stderr.exp \ shell_valid1 shell_valid1.vgtest shell_valid1.stderr.exp \ shell_valid2 shell_valid2.vgtest shell_valid2.stderr.exp \ |