Makefile: drop dependency between git-instaweb and gitweb
commite25c7cc146177a59f31ca07cdd094e0566e1e4be
authorJeff King <peff@peff.net>
Fri, 29 May 2015 07:25:45 +0000 (29 03:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2015 16:21:27 +0000 (29 09:21 -0700)
tree4f521c9c3829863c6543cd4882400f2acddc2744
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50
Makefile: drop dependency between git-instaweb and gitweb

The rule for "git-instaweb" depends on "gitweb". This makes
no sense, because:

  1. git-instaweb has no build-time dependency on gitweb; it
     is a run-time dependency

  2. gitweb is a directory that we want to recursively make
     in. As a result, its recipe is marked .PHONY, which
     causes "make" to rebuild git-instaweb every time it is
     run.

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