Makefile: build instaweb similar to other scripts
commitb5295f322c8828e913a3ef126ddffc6862235b03
authorJeff King <peff@peff.net>
Wed, 20 Jun 2012 18:32:19 +0000 (20 14:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 15:57:52 +0000 (9 08:57 -0700)
treec9dde38dfb2fad3bc0098af7a3004af7edd8d3af
parente4dd89ab98466e4d8e5fdadb0576f7e074992f48
Makefile: build instaweb similar to other scripts

Instaweb would not properly rebuild if the build-time
parameters changed. Fix this by depending on the
GIT-SCRIPT-DEFINES meta-file and using $(cmd_munge_script)
like all the other shell scripts. This requires adding a few
new parametres to cmd_munge_script, but that doesn't hurt
existing scripts.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile