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
next
Michael Stapelberg 2009-05-27 00:47:00 +02:00
parent b0cf3ec026
commit 8f844fb9d5
1 changed files with 0 additions and 1 deletions

View File

@ -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)