Tell makefile where to find gmake

This commit is contained in:
Ben Gras 2005-10-21 20:23:11 +00:00
parent cf59444d65
commit 2b07601c65

View File

@ -1,7 +1,7 @@
# Master Makefile to compile everything in /usr/src except the system.
MAKE = exec make -$(MAKEFLAGS)
GMAKE = gmake
GMAKE = /usr/gnu/bin/gmake
usage:
@echo ""
@ -38,6 +38,7 @@ includes:
cd include && $(MAKE) install gcc
libraries:
cd lib && $(GMAKE) all
cd lib && $(GMAKE) install
cmds: