LP#1392759 dev/pack makefile.install repairs
authorBill Erickson <berickxx@gmail.com>
Thu, 8 Jan 2015 15:09:08 +0000 (10:09 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 8 Jan 2015 15:09:09 +0000 (10:09 -0500)
* 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 <berickxx@gmail.com>
Open-ILS/src/extras/install/Makefile.debian-jessie
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.ubuntu-precise

index b8c661f..bc62873 100644 (file)
@@ -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 \
index cc1c2e1..3332be4 100644 (file)
@@ -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 \
index af09464..41c099a 100644 (file)
@@ -102,7 +102,6 @@ PGSQL_SERVER_DEBS_91 = \
 # where Evergreen and its prereqs are not installed.
 
 DEVELOPER_DEBS = \
-       make \
        automake \
        autoconf \
        libtool