version=4.3
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.gz)

build() {
cd  make-$version

./configure --prefix=/tools

make
make install
}
