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 <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff
2024-05-03 21:01:12 +00:00
parent a73e63cfa6
commit 72eb615490

View File

@@ -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