commit a62c5b798e37fb267b9e802387bf75d68e254457 from: Stefan Sperling date: Sat Jan 04 18:54:11 2020 UTC more portable string comparison in Makefile.inc; patch by Edgar Pettijohn commit - 88cdb9c6444cbef8eecf1552d3f292b4448a4395 commit + a62c5b798e37fb267b9e802387bf75d68e254457 blob - 3c61ffefc50de2b301dc578b303806c8388b6a81 blob + bb6ed69a102b03fb61b3fafbe7e4cd7487693514 --- Makefile.inc +++ Makefile.inc @@ -4,7 +4,7 @@ CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-v #CFLAGS += -DGOT_NO_OBJ_CACHE #CFLAGS += -DGOT_OBJ_CACHE_DEBUG -.if ${GOT_RELEASE} == "Yes" +.if "${GOT_RELEASE}" == "Yes" PREFIX ?= /usr/local BINDIR ?= ${PREFIX}/bin LIBEXECDIR ?= ${PREFIX}/libexec