commit 922061665b7b31841bbb8b019ed32d3779a68ebf parent ce3c1b0dd84ed3e5fcc7332cca593d8fe69e9640 Author: finwo <finwo@pm.me> Date: Sun, 29 Jan 2023 16:51:46 +0100 Removed trailing underscores from __DIRNAME in config.mk files Diffstat:
| M | antirez/linenoise/config.mk | | | 2 | +- |
| M | antirez/rax/config.mk | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/antirez/linenoise/config.mk b/antirez/linenoise/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME__/linenoise.c +SRC+=__DIRNAME/linenoise.c diff --git a/antirez/rax/config.mk b/antirez/rax/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME__/rax.c +SRC+=__DIRNAME/rax.c