mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
Do not assign to MAKE in the main Makefile.
The assignment is incorrect as it assumes the make program is called "make".
This commit is contained in:
parent
d084a88a3d
commit
0531ae63b6
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
|
||||||
CLEANDIRS = ${SUBDIRS}
|
CLEANDIRS = ${SUBDIRS}
|
||||||
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
|
||||||
|
|
||||||
MAKE = make ${MFLAGS}
|
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue