about summary refs log tree commit diff
path: root/Test/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-17 08:31:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-17 08:31:22 +0000
commit52fba13e9baab656b8901ebf308197169eab8947 (patch)
treefc74a2b375317fd74951acfba5d6d0b0d40fcc04 /Test/Makefile.in
parent3c248a0de485f42db15fc8af4f1ccec4cf583f62 (diff)
downloadzsh-52fba13e9baab656b8901ebf308197169eab8947.tar.gz
zsh-52fba13e9baab656b8901ebf308197169eab8947.tar.xz
zsh-52fba13e9baab656b8901ebf308197169eab8947.zip
Rocky: 25907: Makefile needs .exe to run zsh on Cygwin
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r--Test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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; \