projects
/
rrq
/
newlisp
/
packnl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a58da
)
fix. (added missing /)
author
Ralph Ronnquist
<rrq@rrq.au>
Wed, 27 Dec 2023 12:30:54 +0000
(23:30 +1100)
committer
Ralph Ronnquist
<rrq@rrq.au>
Wed, 27 Dec 2023 12:30:54 +0000
(23:30 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 295004d5d5894d4891cf1694e8272787dac0a0d5..05e409d9d41bf2c45f3e6ece5b35a71a9b503645 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
MAN8DIR = $(DESTDIR)/usr/share/man/man8
LSPMODDIR = $(DESTDIR)/usr/share/newlisp
INSTALLTARGETS =
-INSTALLTARGETS += $(addprefix $(BINDIR),$(BINFILES))
+INSTALLTARGETS += $(addprefix $(BINDIR)
/
,$(BINFILES))
INSTALLTARGETS += $(addprefix $(MAN8DIR)/,$(MAN8FILES))
INSTALLTARGETS += $(addprefix $(LSPMODDIR)/,$(LSPMODFILES))