From 5b101d837746b43a2b40e865badd498e84933bcf Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 8 Jan 2015 10:09:08 -0500 Subject: [PATCH] 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 --- Open-ILS/src/extras/install/Makefile.debian-jessie | 1 - Open-ILS/src/extras/install/Makefile.debian-wheezy | 5 ----- Open-ILS/src/extras/install/Makefile.ubuntu-precise | 1 - 3 files changed, 7 deletions(-) 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 -- 2.11.0