]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove duplicate target
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Dec 2020 15:42:37 +0000 (10:42 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Dec 2020 16:17:33 +0000 (11:17 -0500)
src/tests/eapol_test/all.mk

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