From e6ce8fe0cd03ac4b54f85cc0fbcdb3b707774348 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 Signed-off-by: Ben Shum --- 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 - Open-ILS/src/extras/install/Makefile.ubuntu-trusty | 1 - 4 files changed, 8 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index 3908219fa6..cdf7ab43db 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -101,7 +101,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 5637da2025..570b58feb7 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -99,16 +99,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 faf713ffe9..f960181d56 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -103,7 +103,6 @@ PGSQL_SERVER_DEBS_91 = \ # where Evergreen and its prereqs are not installed. DEVELOPER_DEBS = \ - make \ automake \ autoconf \ libtool diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index c1c61ee4c9..ac06893de3 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -109,7 +109,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 \ -- 2.43.2