From b35b9d2e10668a76c7c10f9eee2ed528699aafe9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 27 May 2009 00:47:00 +0200 Subject: [PATCH] Remove MAKE=make from makefile to ensure recursive invocations work (i.e. clean target) See http://www.gnu.org/software/make/manual/make.html#MAKE-Variable --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 66277b5e..9f82b1a9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ UNAME=$(shell uname) DEBUG=1 INSTALL=install -MAKE=make GIT_VERSION=$(shell git describe --tags --always) VERSION=$(shell git describe --tags --abbrev=0) -- 2.39.2