chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
902d6d3
)
Makefile: Make the test bundle depend on the Makefile runes
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 4 May 2021 21:01:01 +0000
(22:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 4 May 2021 21:01:58 +0000
(22:01 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a25858ffb778fa0ad50740c46047fced307d3bed..9461ac4e1740bd8cff7be6a7efffaa30fda1ee5d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-325,7
+325,7
@@
EXAMPLE_BUNDLE_INPUT_DEPS := $(shell \
cd examples/test-bundle/ && find \! \( -name '*~' -o -name '.*' \) \
)
-examples/test-bundle.zip: \
+examples/test-bundle.zip:
$(MAKEFILE_DEP)
\
$(addprefix examples/test-bundle/, $(EXAMPLE_BUNDLE_INPUT_DEPS))
set -e; rm -f $@.tmp; cd examples/test-bundle/; \
zip -DXy ../$(notdir $@).tmp $(EXAMPLE_BUNDLE_INPUT_DEPS)