From: Alan T. DeKok Date: Fri, 18 Dec 2020 21:02:56 +0000 (-0500) Subject: ensure that there is a target for $(BUILD_DIR)/tests/eapol_test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb623c7fa66b2112c67ea7a82998d66e77ac4226;p=thirdparty%2Ffreeradius-server.git ensure that there is a target for $(BUILD_DIR)/tests/eapol_test this is an attempt to fix commit bcc1e8ac7 --- diff --git a/src/tests/eapol_test/all.mk b/src/tests/eapol_test/all.mk index 6a46da86906..a23a7098613 100644 --- a/src/tests/eapol_test/all.mk +++ b/src/tests/eapol_test/all.mk @@ -115,6 +115,9 @@ $(TEST): $(EAPOL_OK_FILES) @touch $(BUILD_DIR)/tests/$@ else +$(BUILD_DIR)/tests/eapol_test: + @mkdir -p $@ + $(TEST): @echo "eapol_test build previously failed, skipping... retry with: $(MAKE) clean.$@ && $(MAKE) $@"