From: Alan T. DeKok Date: Thu, 17 Dec 2020 15:42:37 +0000 (-0500) Subject: remove duplicate target X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcc1e8ac7079084ca5ff7a70e94ca60b1ca59188;p=thirdparty%2Ffreeradius-server.git remove duplicate target --- diff --git a/src/tests/eapol_test/all.mk b/src/tests/eapol_test/all.mk index 31ff20c1940..6a46da86906 100644 --- a/src/tests/eapol_test/all.mk +++ b/src/tests/eapol_test/all.mk @@ -8,9 +8,6 @@ # skip the rest of these tests. # ifneq "$(findstring test,$(MAKECMDGOALS))" "" -$(BUILD_DIR)/tests/eapol_test: - @mkdir -p $@ - # define where the EAPOL_TEST is located. If necessary, build it. $(BUILD_DIR)/tests/eapol_test/eapol_test.mk: | $(BUILD_DIR)/tests/eapol_test ${Q}echo "EAPOL_TEST=" $(shell $(top_srcdir)/scripts/ci/eapol_test-build.sh) > $@