From: Arran Cudbard-Bell Date: Thu, 17 Nov 2022 17:39:35 +0000 (-0600) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1d044c4a17c361cc7f70f2a27c0afa63498518;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/Makefile b/Makefile index 4dd9c459782..adf11b88902 100644 --- a/Makefile +++ b/Makefile @@ -54,10 +54,8 @@ endif # # 'configure' was not run? Get the version number from the file. # -ifeq "$(RADIUS_VERSION_STRING)" "" +ifeq "$(RADIUS_VERSION)" "" RADIUSD_VERSION := $(shell cat VERSION | cut -d '.' -f 1,2).$(shell (git status > /dev/null 2>&1 || (echo '0' && false)) && git describe | cut -d '-' -f 2) -else - RADIUSD_VERSION := $(shell cat VERSION) endif MFLAGS += --no-print-directory