]> git.sur5r.net Git - i3/i3/commitdiff
Remove MAKE=make from makefile to ensure recursive invocations work (i.e. clean target)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 26 May 2009 22:47:00 +0000 (00:47 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 26 May 2009 22:47:00 +0000 (00:47 +0200)
See http://www.gnu.org/software/make/manual/make.html#MAKE-Variable

Makefile

index 66277b5eaef6b9fb15bc56421d053ba77c77a96f..9f82b1a9ffb5815d9ee6dd0756fa3985730d5b6f 100644 (file)
--- 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)