chiark / gitweb /
Makefile: Fix example test bundle building not to produce noise
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 May 2021 16:44:51 +0000 (17:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 May 2021 16:44:51 +0000 (17:44 +0100)
zip simply ignores missing files, so the dupes were harmless.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index aa62872028bca4f07c264442d7d2d17cbd02738d..f4704c21175e353be43b49d52693ec50019af581 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -331,7 +331,8 @@ examples/%.zip: $(MAKEFILE_DEP)
        zip $(ZIPFLAGS) -DXy ../$(notdir $@).tmp $(ZIP_INPUTS)
        mv -f $@.tmp $@
 
-examples/test-bundle.zip: ZIP_INPUTS=$(EXAMPLE_BUNDLE_INPUT_DEPS) \
+examples/test-bundle.zip: ZIP_INPUTS=$(EXAMPLE_BUNDLE_INPUT_DEPS)
+examples/test-bundle.zip: \
  $(addprefix examples/test-bundle/, $(EXAMPLE_BUNDLE_INPUT_DEPS))
 
 examples/big-bundle.zip: examples/big-bundle/otter.toml