From 00aa5c00d24b3737079772ff3b1ddeee15fabf07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 9 Sep 2004 06:54:17 +0000 Subject: [PATCH] fixed path to invoke il_test --- org.glite.lb.common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 673a064..dd168dd 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -115,7 +115,7 @@ check.gss: test_gss echo test_gss not run automatically util we have got some credentials check.il: il_test - il_test + ./il_test test_gss: test_gss.o ${LINKXX} -o $@ test_gss.o ${LTLIB} ${TEST_LIBS} -- 1.8.2.3