From 702655e3454110afe577faa1822566e65e09d805 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 4 Jul 2023 19:23:48 -0400 Subject: [PATCH] depend on real file, not phony one so that we don't always re-run the mschap test --- src/tests/keywords/all.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/keywords/all.mk b/src/tests/keywords/all.mk index 6233db299529..68ff63557091 100644 --- a/src/tests/keywords/all.mk +++ b/src/tests/keywords/all.mk @@ -92,7 +92,7 @@ else $(OUTPUT)/${1}: NEW_COND=-S use_new_conditions=yes -S forbid_update=yes -S tmpl_tokenize_all_nested=yes ifeq "${1}" "mschap" -$(OUTPUT)/${1}: rlm_mschap.la +$(OUTPUT)/${1}: $(BUILD_DIR)/lib/rlm_mschap.la endif endif