From: Arran Cudbard-Bell Date: Wed, 4 May 2022 13:48:48 +0000 (+0200) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61368855ee1780ccf6880de38e1867773cd35fcf;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/Makefile b/Makefile index e4823b5577e..62f71656eff 100644 --- a/Makefile +++ b/Makefile @@ -119,10 +119,10 @@ ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" "" # # Avoid calling shell if we don't need to build support libraries # -ifeq "$(wildcard build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT})","" +ifeq "$(wildcard build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT})" "" BUILD_MAKE_LIBS=yes endif -ifeq "$(wildcard build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT})","" +ifeq "$(wildcard build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT})" "" BUILD_MAKE_LIBS=yes endif