git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eeff0
)
fixed path to invoke il_test
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 9 Sep 2004 06:54:17 +0000
(06:54 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 9 Sep 2004 06:54:17 +0000
(06:54 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
673a064
..
dd168dd
100644
(file)
--- 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}