]> Zhao Yanbai Git Server - minix.git/commitdiff
Tell makefile where to find gmake
authorBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 20:23:11 +0000 (20:23 +0000)
committerBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 20:23:11 +0000 (20:23 +0000)
Makefile

index ef5c5705aa4284deda4b0d2695f368d7676893b7..7334a0e11fef6dc2108d826da43d69acdc98959c 100755 (executable)
--- 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: