Makefile: have python scripts depend on NO_PYTHON setting
commitca2051d6e3a7cf1d562d9dd1e465766d30093b0b
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 18 Nov 2014 18:43:47 +0000 (18 10:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2014 19:15:50 +0000 (18 11:15 -0800)
tree9fb4e4913f10b94fdf9cb780be1e7b818a92e5e2
parent64c07db9ad98fdeb43e739bdabd4cc423b10c272
Makefile: have python scripts depend on NO_PYTHON setting

Like the perl scripts, python scripts need a dependency to ensure they
are rebuilt when switching between the "dummy" versions that run
without Python and the real thing.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile