X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=1b56896d90719a55341134e6c04f5afd9fb3ea9c;hb=75416fe01aa98b53c57315a050fc58f0879a238d;hp=c39329c20a64b7eaf43aab3e07fd5fafa0ee7d4c;hpb=2ef44971f04a1f6c3e05cf40ac82c7f18f255b58;p=src%2Fxds%2Fxds-cli.git diff --git a/Makefile b/Makefile index c39329c..1b56896 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,9 @@ endif ifeq ($(SUB_VERSION), ) - PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-v$(VERSION).zip + PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-$(VERSION).zip else - PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip + PACKAGE_ZIPFILE := $(TARGET)_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip endif .PHONY: all