From: Jouni Malinen Date: Mon, 3 Jun 2019 10:51:41 +0000 (+0300) Subject: tests: Fix ap-mgmt 'make clean' X-Git-Tag: hostap_2_9~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041aa44b695d1e87b4d5ab86ece43d8470f80a41;p=thirdparty%2Fhostap.git tests: Fix ap-mgmt 'make clean' The binary name had not been updated for the new tool. Signed-off-by: Jouni Malinen --- diff --git a/tests/fuzzing/ap-mgmt/Makefile b/tests/fuzzing/ap-mgmt/Makefile index 830ea013c..af5fd4f4d 100644 --- a/tests/fuzzing/ap-mgmt/Makefile +++ b/tests/fuzzing/ap-mgmt/Makefile @@ -29,6 +29,6 @@ ap-mgmt: ap-mgmt.o $(OBJS) $(LIBS) clean: $(MAKE) -C $(SRC) clean - rm -f ap-mgmt-fuzzer *~ *.o *.d ../*~ ../*.o ../*.d + rm -f ap-mgmt *~ *.o *.d ../*~ ../*.o ../*.d -include $(OBJS:%.o=%.d)