From: oetiker Date: Sat, 31 Mar 2001 15:21:59 +0000 (+0000) Subject: added 'all' dependancy to site-perl-install rule as many seem to skip X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=d44430c943f60460717c7ddd1607053a73b35149 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 --- 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##