From: Ian Jackson Date: Mon, 19 Apr 2021 01:24:43 +0000 (+0100) Subject: Makefile: Fix mkdir target/bundled-sources when nailing X-Git-Tag: otter-0.6.0~590 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b60ea423608cf6f08e1b7bb41fe8f326bd0c3906;p=otter.git Makefile: Fix mkdir target/bundled-sources when nailing Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index e157f231..cfce16d1 100644 --- a/Makefile +++ b/Makefile @@ -253,7 +253,7 @@ bundled-sources:: $(addprefix bundled-sources/, $(BUNDLED_SOURCES_DIRS)) TARGET_BUNDLED=$(TARGET_DIR)/bundled-sources $(TARGET_BUNDLED): - $(NAILING_CARGO_JUST_RUN) mkdir -p $@ + $(NAILING_CARGO_JUST_RUN) mkdir -p $(abspath $@) $(addprefix bundled-sources/, $(BUNDLED_SOURCES_DIRS)): \ bundled-sources/%: stamp/cargo.bundle-sources $(TARGET_BUNDLED)