xbps-src: bootstrap needs GNU make too.

This commit is contained in:
Juan RP 2015-10-24 11:15:31 +02:00
parent 9011699164
commit f45746714d
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ umask 022
# Check for required utilities in host system.
#
# Required utilities in host system for the bootstrap target.
readonly REQHOST_UTILS_BOOTSTRAP="gawk bash bison sed gcc g++ msgfmt makeinfo \
readonly REQHOST_UTILS_BOOTSTRAP="make gawk bash bison sed gcc g++ msgfmt makeinfo \
perl tar xz gzip bzip2 patch flex"
# Required utilities in host system for chroot ops.