From: erg Date: Thu, 30 Oct 2008 22:13:44 +0000 (+0000) Subject: Fix old makefiles X-Git-Tag: LAST_LIBGRAPH~32^2~2933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f82db20f0d2a2d50282152a15378298768b7ded;p=graphviz Fix old makefiles --- diff --git a/lib/Makefile.old b/lib/Makefile.old index 4c3b0b970..aeec821fb 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 + patchwork sparse rbtree all install clean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done)