* 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>
Signed-off-by: Ben Shum <bshum@biblio.org>
# 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 \
# 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 \
# where Evergreen and its prereqs are not installed.
DEVELOPER_DEBS = \
- make \
automake \
autoconf \
libtool
# 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 \