From 4cbb20120419726f5c6d6c4f2c66eed7d9d6f715 Mon Sep 17 00:00:00 2001 From: Danny Grove Date: Sat, 17 Aug 2024 01:52:19 -0700 Subject: [PATCH] Fix format for mdbook make block --- src/packages.mk | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/packages.mk b/src/packages.mk index 9078667..eb579a1 100644 --- a/src/packages.mk +++ b/src/packages.mk @@ -1275,19 +1275,19 @@ out/make/index.json: \ .PHONY: mdbook mdbook: out/mdbook/index.json out/mdbook/index.json: \ - packages/mdbook/Containerfile \ - out/binutils/index.json \ - out/busybox/index.json \ - out/ca-certificates/index.json \ - out/filesystem/index.json \ - out/gcc/index.json \ - out/libunwind/index.json \ - out/llvm/index.json \ - out/musl/index.json \ - out/openssl/index.json \ - out/rust/index.json \ - out/zlib/index.json - $(call build,mdbook) + packages/mdbook/Containerfile \ + out/binutils/index.json \ + out/busybox/index.json \ + out/ca-certificates/index.json \ + out/filesystem/index.json \ + out/gcc/index.json \ + out/libunwind/index.json \ + out/llvm/index.json \ + out/musl/index.json \ + out/openssl/index.json \ + out/rust/index.json \ + out/zlib/index.json + $(call build,mdbook) .PHONY: meson meson: out/meson/index.json