From: Alan T. DeKok Date: Wed, 9 Oct 2019 19:37:53 +0000 (-0400) Subject: reorder included make files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f56cda4645130e17c8ff62cf6989c2fb4fa403f;p=thirdparty%2Ffreeradius-server.git reorder included make files so that GENERATED_CERT_FILES is available for the tests --- diff --git a/main.mk b/main.mk index 69e0f6b7244..65bf25589b7 100644 --- a/main.mk +++ b/main.mk @@ -1 +1,5 @@ -SUBMAKEFILES := src/all.mk scripts/all.mk doc/all.mk raddb/all.mk +# +# The tests depend on things in raddb, so we load those rules +# first. +# +SUBMAKEFILES := raddb/all.mk src/all.mk scripts/all.mk doc/all.mk