]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ensure that there is a target for $(BUILD_DIR)/tests/eapol_test
authorAlan T. DeKok <aland@freeradius.org>
Fri, 18 Dec 2020 21:02:56 +0000 (16:02 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 18 Dec 2020 21:36:22 +0000 (16:36 -0500)
this is an attempt to fix commit bcc1e8ac7

src/tests/eapol_test/all.mk

index 6a46da86906b4dd9de46fb511b1cda0242753395..a23a7098613f7ec196582555cadf02fe0ce0aefc 100644 (file)
@@ -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) $@"