From: Ben Gras Date: Fri, 21 Oct 2005 20:23:11 +0000 (+0000) Subject: Tell makefile where to find gmake X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=2b07601c657a7984b525938d9ed9a379b9aa7a42;p=minix.git Tell makefile where to find gmake --- diff --git a/Makefile b/Makefile index ef5c5705a..7334a0e11 100755 --- a/Makefile +++ b/Makefile @@ -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: