From: glenlow Date: Sun, 4 May 2008 06:34:31 +0000 (+0000) Subject: replace macbuild call with untar && make && mv X-Git-Tag: LAST_LIBGRAPH~32^2~4094 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1310211cd431bd197649156caf58445676cb4e4a;p=graphviz replace macbuild call with untar && make && mv --- diff --git a/Makefile.am b/Makefile.am index 72331f9f6..e50b6dcfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ rpm: dist .PHONY: pkg pkg: dist - ./macbuild --prep=graphviz-@VERSION@.tar.gz + tar xzf graphviz-@VERSION@.tar.gz && make -C graphviz-@VERSION@/macosx/build && mv graphviz-@VERSION@/macosx/build/graphviz-*.pkg . DISTCLEANFILES = config.cache builddate.h ast_common.h FEATURE/* graphviz-@VERSION@*