From: Michael Stapelberg Date: Tue, 26 May 2009 22:47:00 +0000 (+0200) Subject: Remove MAKE=make from makefile to ensure recursive invocations work (i.e. clean target) X-Git-Tag: 3.c~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b35b9d2e10668a76c7c10f9eee2ed528699aafe9;p=i3%2Fi3 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 --- 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)