1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-19 23:50:55 +00:00

sdk requires lha

This commit is contained in:
bebbo
2022-05-11 17:32:11 +02:00
parent fe064a0d03
commit 5405b0c16e

View File

@ -952,7 +952,7 @@ SDKS=$(patsubst sdk/%.sdk,%,$(SDKS0))
.PHONY: $(SDKS)
all-sdk: $(SDKS)
$(SDKS): libnix
$(SDKS): libnix lha
$(MAKE) sdk=$@
# =================================================