]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
put common file into common directory
authorAlan T. DeKok <aland@freeradius.org>
Fri, 30 Jun 2023 13:09:30 +0000 (09:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 30 Jun 2023 13:09:30 +0000 (09:09 -0400)
src/tests/all.mk

index 142772b35cd05feedde2a1961fdd8709e6ddc471..678ce59f3da8ecfc72b7849d60afed90d72c5dfd 100644 (file)
@@ -4,15 +4,15 @@ SECRET := testing123
 DICT_PATH := $(top_srcdir)/share
 
 #
-#  Include all of the autoconf definitions into the Make variable space
+#  Pull all of the autoconf stuff into here.
 #
--include $(BUILD_DIR)/tests/keywords/autoconf.h.mk
+$(BUILD_DIR)/tests/autoconf.h.mk: src/include/autoconf.h
+       @grep '^#define' $^ | sed 's/#define /AC_/;s/ / := /' > $@
 
 #
-#  Pull all of the autoconf stuff into here.
+#  Include all of the autoconf definitions into the Make variable space
 #
-$(BUILD_DIR)/tests/keywords/autoconf.h.mk: src/include/autoconf.h
-       @grep '^#define' $^ | sed 's/#define /AC_/;s/ / := /' > $@
+-include $(BUILD_DIR)/tests/autoconf.h.mk
 
 ######################################################################
 #