From 9c0bc017cf477526d29d001f9107e151cf954e46 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 27 Dec 2023 23:27:35 +1100 Subject: [PATCH] Removed spurious space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 240d8d7..295004d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ LSPMODFILES = incore.lsp main-args.lsp BINDIR = $(DESTDIR)/usr/bin MAN8DIR = $(DESTDIR)/usr/share/man/man8 -LSPMODDIR = $(DESTDIR)/usr/share/newlisp +LSPMODDIR = $(DESTDIR)/usr/share/newlisp INSTALLTARGETS = INSTALLTARGETS += $(addprefix $(BINDIR),$(BINFILES)) -- 2.39.2