summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-09-18 19:51:45 +0000
committerAndy Polyakov <appro@openssl.org>2006-09-18 19:51:45 +0000
commitec3639385e4c50202ab8502fca82bb5c46e85850 (patch)
treeba70d1286e8fb6e28dc54e7b1a999a15e772c635 /test
parentf01cfca6a4440fd8e79016728a4b71e8e0a90cb1 (diff)
Build error on non-unix [from HEAD].
PR: 1390
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 01c64fd4c1..79830876e6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -283,7 +283,7 @@ test_aes: #$(AESTEST)
# @echo "test Rijndael"
# ../util/shlib_wrap.sh ./$(AESTEST)
-test_ige: $(IGETEST)
+test_ige: $(IGETEST)$(EXE_EXT)
@echo "Test IGE mode"
../util/shlib_wrap.sh ./$(IGETEST)