Fix typo: s/Multile/Multiple/
This commit is contained in:
parent
8c7ac9c2e1
commit
982ad65328
|
@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
|
|||
$(error Cannot find source archive; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
ifneq ($(words $(SOURCE_DIST_FILE)),1)
|
||||
$(error Multile source archives found; please specify SOURCE_DIST_FILE)
|
||||
$(error Multiple source archives found; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
|
||||
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))
|
||||
|
|
|
@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
|
|||
$(error Cannot find source archive; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
ifneq ($(words $(SOURCE_DIST_FILE)),1)
|
||||
$(error Multile source archives found; please specify SOURCE_DIST_FILE)
|
||||
$(error Multiple source archives found; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
|
||||
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))
|
||||
|
|
|
@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
|
|||
$(error Cannot find source archive; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
ifneq ($(words $(SOURCE_DIST_FILE)),1)
|
||||
$(error Multile source archives found; please specify SOURCE_DIST_FILE)
|
||||
$(error Multiple source archives found; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
|
||||
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))
|
||||
|
|
|
@ -5,7 +5,7 @@ ifeq ($(SOURCE_DIST_FILE),)
|
|||
$(error Cannot find source archive; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
ifneq ($(words $(SOURCE_DIST_FILE)),1)
|
||||
$(error Multile source archives found; please specify SOURCE_DIST_FILE)
|
||||
$(error Multiple source archives found; please specify SOURCE_DIST_FILE)
|
||||
endif
|
||||
|
||||
VERSION ?= $(patsubst rabbitmq-server-%.tar.xz,%,$(notdir $(SOURCE_DIST_FILE)))
|
||||
|
|
Loading…
Reference in New Issue