Hack for make libraries
This commit is contained in:
parent
2f23951221
commit
d3ee328792
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 ""
|
||||
|
|
Loading…
Reference in a new issue