From: Bill Erickson Date: Thu, 8 Jan 2015 15:09:08 +0000 (-0500) Subject: LP#1392759 dev/pack makefile.install repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b101d837746b43a2b40e865badd498e84933bcf;p=working%2FEvergreen.git LP#1392759 dev/pack makefile.install repairs * remove 'make', since you can't execute a Makefile without it. * remove duplicate installation of auto* packages for debian-wheezy Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index b8c661f102..bc628730e5 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -100,7 +100,6 @@ PGSQL_SERVER_DEBS_93 = \ # nodejs-legacy creates a symlink for /usr/bin/node -> /usr/bin/nodejs # which is needed by our npm-installed packages DEVELOPER_DEBS = \ - make \ automake \ autoconf \ libtool \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index cc1c2e1acf..3332be4191 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -98,16 +98,11 @@ PGSQL_SERVER_DEBS_91 = \ # where Evergreen and its prereqs are not installed. DEVELOPER_DEBS = \ - make \ automake \ autoconf \ libtool PACKAGER_DEBS = \ - make \ - automake \ - autoconf \ - libtool \ libtemplate-perl \ liblocale-maketext-lexicon-perl \ asciidoc \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index af09464fd6..41c099a3fa 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -102,7 +102,6 @@ PGSQL_SERVER_DEBS_91 = \ # where Evergreen and its prereqs are not installed. DEVELOPER_DEBS = \ - make \ automake \ autoconf \ libtool