build: do not depend on $(STAGING_DIR)/.prepared when in SDK
authorMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 4 Mar 2024 22:45:15 +0000 (23:45 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 4 Mar 2024 22:45:15 +0000 (23:45 +0100)
commit2b46cbef8179b4a131bd008c520339441bc87c97
treee725778f69f42e0180bd7dddb190716235f903b8
parentfe0081eecf43bfd92ac68aa0f3ce7165aaddb4f2
build: do not depend on $(STAGING_DIR)/.prepared when in SDK

The dependency can't be satisfied when building using the SDK, breaking
package builds. As the staging and bin dirs are distributed with the SDK
archive, ignoring the dependency is fine when SDK is set.

Fixes: fbb924abff8a ("build: add $(STAGING_DIR) and $(BIN_DIR) ...")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
package/Makefile