]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't put things into the wrong directory
authorAlan T. DeKok <aland@freeradius.org>
Tue, 19 Mar 2019 01:40:37 +0000 (21:40 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 19 Mar 2019 01:40:37 +0000 (21:40 -0400)
src/tests/all.mk

index b16c9435e5223e9417d37d09b4d7c84dc2279fba..7708ec4d8e505715b5ed8d87718557f04d0f8bc6 100644 (file)
@@ -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/ / := /' > $@