Index: libs/graph/test/Jamfile.v2
===================================================================
--- libs/graph/test/Jamfile.v2  (revision 75969)
+++ libs/graph/test/Jamfile.v2  (working copy)
@@ -136,11 +136,13 @@
 # Run LEDA tests only when -sLEDA= is set.
 if [ modules.peek : LEDA ] != ""
 {
+     local LEDA = [ modules.peek : LEDA ] ;
+
      local LEDA_DEPENDENCIES =
         <include>$(LEDA)/incl
-        <library-file>$(LEDA)/libG.a
+        <library-file>$(LEDA)/libleda.a
         ;
 
-    compile leda_graph_cc.cpp
+    compile leda_graph_cc.cpp :
        $(LEDA_DEPENDENCIES) ;
 }


