branch: externals/hyperbole
commit 095cb3c1dbd9ad292eeb8a7a5afbec1ba5f2220c
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
Use gnu make pattern substitution for load-file command
---
ChangeLog | 4 ++++
Makefile | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 297e92b8b7..a448a0d5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-06-21 Mats Lidell <[email protected]>
+
+* Makefile (LOAD_EL): Use gnu make pattern substitution.
+
2023-06-19 Bob Weiner <[email protected]>
* kotl/kotl-mode.el (kotl-mode:add-cell): Fix that when inserting a child cell
in
diff --git a/Makefile b/Makefile
index fc63415b97..85b1cded50 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
-# Last-Mod: 24-Jun-23 at 00:30:37 by Mats Lidell
+# Last-Mod: 24-Jun-23 at 00:31:35 by Mats Lidell
#
# Copyright (C) 1994-2023 Free Software Foundation, Inc.
# See the file HY-COPY for license information.