From 550178ad98e47da842fdb047d4d451fd57146eb7 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 3 Oct 2023 10:52:51 -0700 Subject: [PATCH] fix build order for dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c52807..a00579f 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ toolchain-dist: && { echo "Error: Git has untracked files present"; exit 1; } || : git diff --name-only | grep . \ && { echo "Error: Git has unstaged changes present"; exit 1; } || : - $(MAKE) toolchain-clean default toolchain-restore-mtime toolchain-dist-cache + $(MAKE) toolchain-clean toolchain-restore-mtime toolchain-dist-cache default cp -Rp $(OUT_DIR)/* $(DIST_DIR)/ $(BIN_DIR):