From: Alan T. DeKok Date: Mon, 16 Jan 2017 15:25:49 +0000 (-0500) Subject: Add rule to catch BSDMake X-Git-Tag: release_3_0_13~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4065079cbf83b8f5bcbc2b45521429e41a2d1502;p=thirdparty%2Ffreeradius-server.git Add rule to catch BSDMake --- diff --git a/Makefile b/Makefile index 20a2e4d6413..3282f77fdc2 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,13 @@ # all: +# +# Catch people who try to use BSD make +# +ifeq "0" "1" +.error GNU Make is required to build FreeRADIUS +endif + $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry)) include Make.inc