From 891c9dc867e1ca0cd3266087061ad12e16455970 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 Dec 2023 16:24:38 -0500 Subject: make: Update Magit dependencies Many of these dependencies are from before Magit 3.0.0. The Compat dependency hasn't yet made it into a Magit release, but leaving it at /dev/null if using the released Magit should work fine. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 281a2c7..c27dbb1 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,16 @@ -include config.mk +COMPAT_DIR ?= /dev/null DASH_DIR ?= /dev/null -GHUB_DIR ?= /dev/null WITH_EDITOR_DIR ?= /dev/null -MAGIT_POPUP_DIR ?= /dev/null +TRANSIENT_DIR ?= /dev/null MAGIT_DIR ?= /dev/null EMACS ?= emacs -LOAD_PATH = -L $(DASH_DIR) -L $(WITH_EDITOR_DIR) -L $(GHUB_DIR) \ - -L $(MAGIT_POPUP_DIR) -L $(MAGIT_DIR) +LOAD_PATH = -L $(COMPAT_DIR) -L $(DASH_DIR) -L $(WITH_EDITOR_DIR) \ + -L $(TRANSIENT_DIR) -L $(MAGIT_DIR) BATCH = $(EMACS) -Q --batch $(LOAD_PATH) all: annexview.elc annexview-autoloads.el -- cgit v1.2.3