From f6f4de1ca2874e615fe1722a8cf2dbcadba63804 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 26 May 2021 14:21:14 +0900 Subject: [PATCH] interpreters: wamr: Add touch in Makefile to avoid unnecessary mv Signed-off-by: Masayuki Ishikawa --- interpreters/wamr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/interpreters/wamr/Makefile b/interpreters/wamr/Makefile index 15c27abf9..0a3a32df6 100644 --- a/interpreters/wamr/Makefile +++ b/interpreters/wamr/Makefile @@ -55,6 +55,7 @@ $(WAMR_UNPACK): $(WAMR_TARBALL) $(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)" $(Q) unzip $(WAMR_TARBALL) $(Q) mv wasm-micro-runtime-$(WAMR_VERSION_STUB)$(WAMR_VERSION) $(WAMR_UNPACK) + $(Q) touch $(WAMR_UNPACK) context:: $(WAMR_UNPACK)