projects
/
rrq
/
overlay-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d2caf8
)
fix building rule for "reaper"
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 11:05:19 +0000
(22:05 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 11:05:19 +0000
(22:05 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4e2a9cce206c1e52ac5376a41a68f1f523075f2e..aee4b759a6d4f50e93db971d8a67a3df95853497 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,11
+26,11
@@
$(addprefix $(MAN8DIR)/,$(MAN8FILES)): overlay-boot.8 | $(MAN8DIR)/
$(MAN8DIR)/ $(VARLIBDIR)/:
mkdir -p $@
-$(addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/
+reaper: asm/reaper
cp -p $< $@
-$(
VARLIBDIR)/reaper: asm/reaper
-
# c
p $< $@
+$(
addprefix $(VARLIBDIR)/,$(VARLIBFILES)): $(VARLIBDIR)/%: % | $(VARLIBDIR)/
+
cp -
p $< $@
clean:
rm -f reaper overlay-boot.8 asm/reaper