Makefile: do not replace @@GIT_VERSION@@ in shell scripts
commit2b9391bc675f5435aee0ec9dc3a725c81591bf2d
authorJeff King <peff@peff.net>
Wed, 20 Jun 2012 18:32:10 +0000 (20 14:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 15:57:52 +0000 (9 08:57 -0700)
tree835d27802813e9f3bf8cd27877313d8a3d0db767
parentbe1dbd0a933749526eb763fd00cd00c0bdf7c7a6
Makefile: do not replace @@GIT_VERSION@@ in shell scripts

No shell script actually uses the replacement (it is used in
some perl scripts, but cmd_munge_script only handles shell
scripts). We can also therefore drop the dependency on
GIT-VERSION-FILE.

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