]> granicus.if.org Git - graphviz/commitdiff
fix "make test_python"
authorellson <devnull@localhost>
Thu, 27 Sep 2007 19:51:00 +0000 (19:51 +0000)
committerellson <devnull@localhost>
Thu, 27 Sep 2007 19:51:00 +0000 (19:51 +0000)
tclpkg/gv/Makefile.am

index 489bcafee7ac20ae1ea33028548188e287afda5f..45dcad39ccc5a71826610a5a265bc04af140e673 100644 (file)
@@ -306,7 +306,7 @@ test_php: libgv_php.la
                $(PHP) ./test.php)
 
 .PHONY: test_python
-test_python: _gv.la
+test_python: libgv_python.la
        -(mkdir -p test_python; cd test_python; \
                ln -fs ../.libs/libgv_python.so _gv.so; \
                ln -fs ../$(srcdir)/*.dot ../$(srcdir)/*.py .; \