Skip to content

Commit

Permalink
depend on real file, not phony one
Browse files Browse the repository at this point in the history
so that we don't always re-run the mschap test
  • Loading branch information
alandekok committed Jul 4, 2023
1 parent 6b137a1 commit 702655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/keywords/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 702655e

Please sign in to comment.