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:
parent
e393ec148c
commit
b35b9d2e10
1
Makefile
1
Makefile
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue