From: Alan T. DeKok Date: Tue, 19 Mar 2019 01:40:37 +0000 (-0400) Subject: don't put things into the wrong directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a99f0effdf66346014f4fdb4dc013eda4aecfb;p=thirdparty%2Ffreeradius-server.git don't put things into the wrong directory --- diff --git a/src/tests/all.mk b/src/tests/all.mk index b16c9435e52..7708ec4d8e5 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -3,10 +3,10 @@ SUBMAKEFILES := rbmonkey.mk eapol_test/all.mk dict/all.mk trie/all.mk unit/all.m # # Include all of the autoconf definitions into the Make variable space # --include $(BUILD_DIR)/tests/keywords/autoconf.h.mk +-include $(BUILD_DIR)/tests/autoconf.h.mk # # Pull all of the autoconf stuff into here. # -$(BUILD_DIR)/tests/keywords/autoconf.h.mk: src/include/autoconf.h +$(BUILD_DIR)/tests/autoconf.h.mk: src/include/autoconf.h ${Q}grep '^#define' $^ | sed 's/#define /AC_/;s/ / := /' > $@