]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
reorder included make files
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 Oct 2019 19:37:53 +0000 (15:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Oct 2019 19:37:53 +0000 (15:37 -0400)
so that GENERATED_CERT_FILES is available for the tests

main.mk

diff --git a/main.mk b/main.mk
index 69e0f6b72449085a6c6533d3e551c43b515e0ee8..65bf25589b7e9fd5c3858b15760d432735128b23 100644 (file)
--- 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