projects
/
rrq
/
blockdomains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad64f6
)
Workaround upcoming Makefile "improvement"
author
Ralph Ronnquist
<rrq@rrq.au>
Tue, 18 Feb 2025 09:26:23 +0000
(20:26 +1100)
committer
Ralph Ronnquist
<rrq@rrq.au>
Tue, 18 Feb 2025 09:26:23 +0000
(20:26 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 732caf685564b53d4242c4b49636c64aa8780d20..e38bc201a1ea17b38406c305fe33e6f6079a86d5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-47,7
+47,13
@@
$(SYSTEMDINIT): init/blockdomains.service
$(CFGTOP)/%/:
mkdir -p $@
-$(SBINDIR)/% $(BINDIR)/% $(MAN5DIR)/% $(MAN8DIR)/%: %
+$(SBINDIR)/%: %
+ install -D $< $@
+$(BINDIR)/%: %
+ install -D $< $@
+$(MAN5DIR)/%: %
+ install -D $< $@
+$(MAN8DIR)/%: %
install -D $< $@
# Cleaning up