File 0003-Don-t-mark-libgit2-target-as-phony-don-t-rebuild-it-.patch of Package emacs-libgit2
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@thaodan.de>
Date: Fri, 20 Oct 2023 17:39:13 +0300
Subject: [PATCH] Don't mark libgit2 target as phony, don't rebuild it each
time
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
If the dependency for libegit2 is phony libegit2 is rebuild each time
make is ran despite it not having changed.
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ff1d8e8de5985195429f35b5dfb9775c56f05222..a984d42dea6e9f2e5c5acafc829c46a5ae655b3d 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ EMACS_ARGS ?=
LOAD_PATH ?= -L . -L build
-.PHONY: test libgit2 submodule-update install
+.PHONY: test submodule-update install
all: lisp