From ec3639385e4c50202ab8502fca82bb5c46e85850 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 18 Sep 2006 19:51:45 +0000 Subject: [PATCH] Build error on non-unix [from HEAD]. PR: 1390 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1