From d44430c943f60460717c7ddd1607053a73b35149 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 31 Mar 2001 15:21:59 +0000 Subject: [PATCH] added 'all' dependancy to site-perl-install rule as many seem to skip this step when instaling cricket ... probably an incomplete cricket doku. git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@35 a5681a0c-68f1-0310-ab6d-d61299d08faa --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5f3e09c..cef4ed2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,11 +36,11 @@ to-scp: to-dist site-perl-inst: site-perl-install -site-perl-install: bindings/perl-piped/Makefile bindings/perl-shared/Makefile +site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile cd bindings/perl-piped && $(MAKE) install cd bindings/perl-shared && $(MAKE) install -site-tcl-install: +site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install ##END## -- 2.11.0