libjava.exp (test_libjava_from_source): Add comment explaining last patch.

2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>

	* testsuite/lib/libjava.exp (test_libjava_from_source):
	Add comment explaining last patch.

From-SVN: r53201
This commit is contained in:
David Billinghurst 2002-05-05 23:19:06 +00:00 committed by David Billinghurst
parent 639e8b0c74
commit 49f8e94b6b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source):
Add comment explaining last patch
2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source):

View File

@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
append executable ".o"
set target object
} else {
# DOS/win32 targets default to .exe if no suffix is given
# We then try to delete a file that doesn't exist. It is
# simpler to add the suffix everywhere.
append executable ".exe"
set target executable
}