From 72eb615490966f8b4e12afd939aed0a688b08dc2 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Fri, 3 May 2024 21:01:12 +0000 Subject: [PATCH] Makefile: bundles is not PHONY This was changed recently so that the bundles target is always run, but `mkdir bundles` fails when bundles exists... Signed-off-by: Brian Goff --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 84ece2251a..1b8dd04d1f 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,6 @@ dynbinary: bundles ## build dynamically linked linux binaries cross: bundles ## cross build the binaries $(BAKE_CMD) binary-cross -.PHONY: bundles bundles: mkdir bundles