From 52fba13e9baab656b8901ebf308197169eab8947 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 17 Oct 2008 08:31:22 +0000 Subject: Rocky: 25907: Makefile needs .exe to run zsh on Cygwin --- Test/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/Makefile.in b/Test/Makefile.in index 5eeb716e2..f82516582 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -48,8 +48,8 @@ check test: if ZTST_testlist="`for f in $(sdir)/$(TESTNUM)*.ztst; \ do echo $$f; done`" \ ZTST_srcdir="$(sdir)" \ - ZTST_exe=$(dir_top)/Src/zsh \ - $(dir_top)/Src/zsh +Z -f $(sdir)/runtests.zsh; then \ + ZTST_exe=$(dir_top)/Src/zsh@EXEEXT@ \ + $(dir_top)/Src/zsh@EXEEXT@ +Z -f $(sdir)/runtests.zsh; then \ stat=0; \ else \ stat=1; \ -- cgit 1.4.1