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:
Jilles Tjoelker 2011-06-18 13:14:57 +02:00
parent d084a88a3d
commit 0531ae63b6

View file

@ -50,8 +50,6 @@ SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
CLEANDIRS = ${SUBDIRS}
RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
MAKE = make ${MFLAGS}
all: build