]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
revert
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 Mar 2020 17:53:24 +0000 (13:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 Mar 2020 17:57:33 +0000 (13:57 -0400)
src/tests/bin/all.mk

index e0ddcdbb05db2c95cda72d7c97afe4929e922a2b..0b39191ea31885df86102f094085bc29535cafc0 100644 (file)
@@ -25,7 +25,7 @@ $(eval $(call TEST_BOOTSTRAP))
 #  Files in the output dir depend on the bin tests, and on the binary
 #  that we're running
 #
-$(BUILD_DIR)/tests/bin/%: % src/tests/bin/%
+$(BUILD_DIR)/tests/bin/%: $(DIR)/% %
        @echo "BIN-TEST $(notdir $@)"
        ${Q}if ! TESTBIN="$(TESTBIN)" DICT_DIR="$(top_srcdir)/share/dictionary" $<; then \
                echo TESTBIN=\"$(TESTBIN)\" DICT_DIR="$(top_srcdir)/share/dictionary" $<; \