From 28faf19edc564f2fee78b6fcae2fe8c918e47b4f Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 2 Feb 2014 14:57:33 -0800 Subject: [PATCH] Makefile: use the gitweb target when building gitweb.cgi When making gitweb.cgi do not explicitly list it as a target, instead use the .PHONY target gitweb which will do the right thing in case anything else needs to be built. This also requires picking up the GITWEB_GITWEBJS -> GITWEB_JS rename to work with the current Git tree being used. --- Makefile | 2 +- git.git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 207dd33..cdaedbb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # to install according to custom config. all:: - make -C git.git --quiet gitweb/gitweb.cgi + make -C git.git --quiet gitweb make -C src --quiet install:: diff --git a/git.git b/git.git index deece9f..45cf66e 160000 --- a/git.git +++ b/git.git @@ -1 +1 @@ -Subproject commit deece9f760f446a3361715eafb3e639183060b92 +Subproject commit 45cf66e40e6cd5d1e54bbc5ad4fc83c43851a562 -- 2.11.4.GIT