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
This commit is contained in:
Michael Stapelberg 2009-05-27 00:47:00 +02:00
parent e393ec148c
commit b35b9d2e10
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
UNAME=$(shell uname) UNAME=$(shell uname)
DEBUG=1 DEBUG=1
INSTALL=install INSTALL=install
MAKE=make
GIT_VERSION=$(shell git describe --tags --always) GIT_VERSION=$(shell git describe --tags --always)
VERSION=$(shell git describe --tags --abbrev=0) VERSION=$(shell git describe --tags --abbrev=0)