diff --git a/testing/unity/Makefile b/testing/unity/Makefile index c7db299ce..88442becd 100644 --- a/testing/unity/Makefile +++ b/testing/unity/Makefile @@ -32,7 +32,7 @@ UNITY_VERSION = $(patsubst "%",%,$(strip $(CONFIG_TESTING_UNITY_VERSION))) UNITY_TARBALL = v$(UNITY_VERSION).tar.gz -UNITY_UNPACKNAME = Unity-$(UNITY_VERSION) +UNITY_UNPACKNAME = Unity UNPACK ?= tar -zxf UNITY_UNPACKDIR = $(WD)/$(UNITY_UNPACKNAME) @@ -55,6 +55,7 @@ $(UNITY_TARBALL): $(UNITY_UNPACKNAME): $(UNITY_TARBALL) @echo "Unpacking: $(UNITY_TARBALL) -> $(UNITY_UNPACKNAME)" $(Q) $(UNPACK) $(UNITY_TARBALL) + $(Q) mv Unity-$(UNITY_VERSION) $(UNITY_UNPACKNAME) $(Q) touch $(UNITY_UNPACKNAME) endif