]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use the $(MAKE) expansion, not `make` else we'll likely end up running the system...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Mar 2021 10:21:23 +0000 (11:21 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:12:39 +0000 (16:12 +0100)
Which in macos is still 3.81

Makefile

index 0ddc3affc8306de8c59735e70401498d3467229c..d8e24659694efd1c7d18ed6c8ceaaa0034228127 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ build/autoconf.mk: src/include/autoconf.h
 #
 ifeq "$(findstring clean,$(MAKECMDGOALS))" ""
 ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" ""
-_:=$(shell make libfreeradius-make-dlopen.a libfreeradius-make-version.a)
+_:=$(shell $(MAKE) libfreeradius-make-dlopen.a libfreeradius-make-version.a)
 
 load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup)
 load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup)