From bcc1e8ac7079084ca5ff7a70e94ca60b1ca59188 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 17 Dec 2020 10:42:37 -0500 Subject: [PATCH] remove duplicate target --- src/tests/eapol_test/all.mk | 3 --- 1 file changed, 3 deletions(-) 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) > $@ -- 2.47.3