From 4aca73d65e858ca68dabe666199a08ff5bd03871 Mon Sep 17 00:00:00 2001 From: erg Date: Sat, 4 Jul 2009 15:48:50 +0000 Subject: [PATCH] Add gvpr to old makefile for lib --- lib/Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.old b/lib/Makefile.old index aa6702eea..6d647a5f9 100644 --- a/lib/Makefile.old +++ b/lib/Makefile.old @@ -1,6 +1,6 @@ SUBDIRS = cdt graph agraph cgraph gd pathplan agutil sfio vmalloc ast circogen \ dotgen fdpgen sfdpgen neatogen pack twopigen common gvc ingraphs expr \ - patchwork sparse rbtree ortho osage + patchwork sparse rbtree ortho osage gvpr all install clean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done) -- 2.50.1