Tell makefile where to find gmake
This commit is contained in:
parent
cf59444d65
commit
2b07601c65
3
Makefile
3
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user