From: ellson Date: Sun, 25 Jun 2006 11:00:49 +0000 (+0000) Subject: adjust Makefiles for new plugin tree X-Git-Tag: LAST_LIBGRAPH~32^2~6279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7da22eeaac43bb4cfe4da5e14c953c4496e3b6d9;p=graphviz adjust Makefiles for new plugin tree --- diff --git a/Makefile.old b/Makefile.old index 4956f7eb4..162f7e59f 100644 --- a/Makefile.old +++ b/Makefile.old @@ -1,4 +1,4 @@ -SUBDIRS = lib cmd +SUBDIRS = lib plugin cmd all install clean distclean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done)