diff --git a/Makefile b/Makefile index 48e2a7d..2449fe4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 0.9 RELEASE := ifneq ($(RELEASE),"") - RELEASE="-$(RELEASE)" + RELEASE:="-$(RELEASE)" endif CC = $(CROSS_COMPILE)gcc