diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-17 08:31:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-17 08:31:22 +0000 |
commit | 52fba13e9baab656b8901ebf308197169eab8947 (patch) | |
tree | fc74a2b375317fd74951acfba5d6d0b0d40fcc04 /Test | |
parent | 3c248a0de485f42db15fc8af4f1ccec4cf583f62 (diff) | |
download | zsh-52fba13e9baab656b8901ebf308197169eab8947.tar.gz zsh-52fba13e9baab656b8901ebf308197169eab8947.tar.xz zsh-52fba13e9baab656b8901ebf308197169eab8947.zip |
Rocky: 25907: Makefile needs .exe to run zsh on Cygwin
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Makefile.in | 4 |
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; \ |