emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode 4dc1ff0f3b 086/153: Include backend files in ma


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 4dc1ff0f3b 086/153: Include backend files in make dependencies.
Date: Sat, 29 Jan 2022 08:02:20 -0500 (EST)

branch: elpa/forth-mode
commit 4dc1ff0f3be5de950e25914bdf99153b47774492
Author: Lars Brinkhoff <lars@nocrew.org>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Include backend files in make dependencies.
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6b929f8b77..0e9188dc56 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,11 @@
 EMACS = emacs
 EMACS_LOAD = $(EMACS) -Q --batch --load
 
+SRC = $(wildcard *.el) $(wildcard backend/*.el)
+
 all: forth-mode.elc
 
-forth-mode.elc: $(wildcard *.el)
+forth-mode.elc: $(SRC)
        $(EMACS_LOAD) build.el
 
 doc: forth-mode.info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]