]> git.evergreen-ils.org Git - OpenSRF.git/commit
Teach Perl Makefile to build Build for every target rel_1_6
authorDan Scott <dan@coffeecode.net>
Wed, 18 May 2011 14:23:18 +0000 (10:23 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 18 May 2011 17:38:44 +0000 (13:38 -0400)
commit51b8b9c4ef161fa81c26ffa4c6acab7c15f6d28c
treec982cb2d31ea65dc5736879322409c78fd472aa4
parentb02fda30dba4d74cbbd3844372bce8efa3132175
Teach Perl Makefile to build Build for every target

With the previous Perl Makefile.am, running "make check" before
running "make all" would fail on the Perl directory because it
assumed that Build would have been created from Build.PL. Factoring out
the build of Build from Build.PL and making that a prereq of the
pertinent targets avoids that problem on a clean checkout of the
OpenSRF source.

Signed-off-by: Dan Scott <dan@coffeecode.net>
src/perl/Makefile.am