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.
|
# Master Makefile to compile everything in /usr/src except the system.
|
||||||
|
|
||||||
MAKE = exec make -$(MAKEFLAGS)
|
MAKE = exec make -$(MAKEFLAGS)
|
||||||
GMAKE = gmake
|
GMAKE = /usr/gnu/bin/gmake
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
@ -38,6 +38,7 @@ includes:
|
||||||
cd include && $(MAKE) install gcc
|
cd include && $(MAKE) install gcc
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
|
cd lib && $(GMAKE) all
|
||||||
cd lib && $(GMAKE) install
|
cd lib && $(GMAKE) install
|
||||||
|
|
||||||
cmds:
|
cmds:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user