From 4ca7d975af7581473a587a59b9f8e39a69247dc0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 18 Sep 2006 19:50:54 +0000 Subject: [PATCH] Build error on non-unix. PR: 1390 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 9a187b1879..5afabecb21 100644 --- a/test/Makefile +++ b/test/Makefile @@ -294,7 +294,7 @@ test_tsa: sh ./testtsa; \ fi -test_ige: $(IGETEST) +test_ige: $(IGETEST)$(EXE_EXT) @echo "Test IGE mode" ../util/shlib_wrap.sh ./$(IGETEST) -- 2.25.1