]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
depend on the binary, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Nov 2019 00:26:57 +0000 (19:26 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Nov 2019 00:26:57 +0000 (19:26 -0500)
src/tests/bin/all.mk

index 6d1a7f2a2ae2c77ec552574a192cdbf6fe79ccc5..300bcdf958f21f1e3d957ef987b3f53890526a31 100644 (file)
@@ -26,7 +26,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/%: $(DIR)/%
+$(BUILD_DIR)/tests/bin/%: $(DIR)/% %
        ${Q}echo BIN-TEST $(notdir $@)
        ${Q}if ! TESTBIN="$(TESTBIN)" DICT_DIR="$(top_srcdir)/share/dictionary" $<; then \
                echo TESTBIN=\"$(TESTBIN)\" DICT_DIR="$(top_srcdir)/share/dictionary" $<; \