From 97e1a5d98beb1040a7f90107c662ce27cfbdf161 Mon Sep 17 00:00:00 2001 From: Christoph Fassbach Date: Mon, 27 Jun 2022 11:43:25 +0200 Subject: [PATCH] Try having 3.9 and 3.2 at the same time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20a7c55..a050a01 100644 --- a/Makefile +++ b/Makefile @@ -714,7 +714,7 @@ $(BUILD)/ndk-include_proto: $(PROJECTS)/$(NDK_FOLDER_NAME).info @echo "done" >$@ $(PROJECTS)/$(NDK_FOLDER_NAME).info: $(BUILD)/_lha_done $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(shell find 2>/dev/null patches/$(NDK_FOLDER_NAME)/ -type f) - $(L0)"unpack ndk"$(L1) && cd $(PROJECTS) && if [[ $(NDK) == "3.2" ]] ; \ + $(L0)"unpack ndk"$(L1) cd $(PROJECTS) && if [[ $(NDK_ARC_NAME) == "NDK3.2" ]] ; \ then mkdir NDK3.2 ; cd NDK3.2 ; fi ; \ lha xf $(DOWNLOAD)/$(NDK_ARC_NAME).lha $(L2) @touch -t 0001010000 $(DOWNLOAD)/$(NDK_ARC_NAME).lha