From 0531ae63b6deafdcae4ace543ff2eee6d654759b Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 18 Jun 2011 13:14:57 +0200 Subject: [PATCH] Do not assign to MAKE in the main Makefile. The assignment is incorrect as it assumes the make program is called "make". --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 90c861ce..50363600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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