From: Aleš Křenek Date: Thu, 9 Sep 2004 06:54:17 +0000 (+0000) Subject: fixed path to invoke il_test X-Git-Tag: ext_bones_merge_dest~37 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=00aa5c00d24b3737079772ff3b1ddeee15fabf07;p=jra1mw.git fixed path to invoke il_test --- 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}