From 1c177c18164f86bda1fbbd01e23d740319860844 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Sat, 4 May 2002 03:38:14 +0000 Subject: [PATCH] libjava.exp (test_libjava_from_source): Append .exe to executable names. 2002-05-04 David Billinghurst * testsuite/lib/libjava.exp (test_libjava_from_source): Append .exe to executable names. If no suffix is present, then ".exe" is added by default on win32. Harmless elsewhere so always do it. From-SVN: r53143 --- libjava/ChangeLog | 7 +++++++ libjava/testsuite/lib/libjava.exp | 1 + 2 files changed, 8 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 46105fe1522..b6fd7549db3 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,10 @@ +2002-05-04 David Billinghurst + + * testsuite/lib/libjava.exp (test_libjava_from_source): + Append .exe to executable names. If no suffix is present, + then ".exe" is added by default on win32. Harmless + elsewhere so always do it. + 2002-05-03 David Billinghurst Tom Tromey diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 46b0e6ab6bf..f5bafd47ed4 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -452,6 +452,7 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile append executable ".o" set target object } else { + append executable ".exe" set target executable } if { $compile_args != "" } {