From 88d5e2d0ac44d69e526cd273a7ccdb33963c9392 Mon Sep 17 00:00:00 2001 From: Bebbo Date: Mon, 12 Feb 2018 21:59:42 +0100 Subject: [PATCH] fix loop in NDK - add missing touch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3023515..2c31aba 100644 --- a/Makefile +++ b/Makefile @@ -475,6 +475,7 @@ projects/NDK_3.9.info: download/NDK39.lha $(shell find 2>/dev/null patches/NDK_3 do if [[ "$$i" == *.diff ]] ; \ then j=$${i:8}; patch -N "projects/$${j%.diff}" "$$i"; \ else cp -pv "$$i" "projects/$${i:8}"; fi ; done + touch projects/NDK_3.9.info download/NDK39.lha: mkdir -p download