]> git.evergreen-ils.org Git - Evergreen.git/commit
Avoid redundant install_cpan_force dependencies
authorDan Scott <dscott@laurentian.ca>
Mon, 21 Nov 2011 17:41:03 +0000 (12:41 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 21 Nov 2011 17:41:03 +0000 (12:41 -0500)
commit910e31cfa9e5cf79a5938c8d41316444af7098a0
treea3a0fd2a0fd9b4cc5625e8148dbea58ad3f9bebf
parent5536bd52ecea4d13c82c1bd5a4eb86a83c78f34d
Avoid redundant install_cpan_force dependencies

The "install" target and each of the generic distro targets in
Makefile.install included install_cpan_force; make the "install" target
more useful by factoring out the install_libdbi dependency so that
"install" is truly common again (and we only add the install_cpan_force
dependency once).

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install