Update rabbitmq-components.mk
This commit is contained in:
parent
01434f6540
commit
86b25536ea
|
|
@ -11,7 +11,7 @@ endif
|
|||
# 3. a version based on git-describe(1), if it is a Git clone;
|
||||
# 4. 0.0.0
|
||||
|
||||
PROJECT_VERSION = $(RABBITMQ_VERSION)
|
||||
PROJECT_VERSION := $(RABBITMQ_VERSION)
|
||||
|
||||
ifeq ($(PROJECT_VERSION),)
|
||||
PROJECT_VERSION := $(shell \
|
||||
|
|
|
|||
Loading…
Reference in New Issue