]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Build raddb/, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 16:56:26 +0000 (11:56 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 16:56:26 +0000 (11:56 -0500)
Makefile

index 7a92314102a5172dabad464ead1f8e81b71ec5d6..32c4dcc2e32f691eea64553ac4083825c46c8602 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,12 @@ endif
 
 .PHONY: common $(SUBDIRS)
 
+#
+#  We need to convert these directories to boilermake!
+#
+all:
+       @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
+
 common: $(SUBDIRS)
 
 $(SUBDIRS):