From: Alan T. DeKok Date: Tue, 5 Nov 2019 00:26:57 +0000 (-0500) Subject: depend on the binary, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a3b0e73d9ee02cb3528037fc266ea634e6af9b;p=thirdparty%2Ffreeradius-server.git depend on the binary, too --- diff --git a/src/tests/bin/all.mk b/src/tests/bin/all.mk index 6d1a7f2a2ae..300bcdf958f 100644 --- a/src/tests/bin/all.mk +++ b/src/tests/bin/all.mk @@ -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" $<; \