From a1a81e0f6fca89bc7ab82c9ecb604960a4a2cb6b Mon Sep 17 00:00:00 2001 From: erg Date: Sat, 23 May 2009 18:55:23 +0000 Subject: [PATCH] Add ortho to old makefile --- lib/Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.old b/lib/Makefile.old index aeec821fb..3effcb9c4 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 + patchwork sparse rbtree ortho all install clean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done) -- 2.40.0