From 5c2a01f064d5ab2b309d25c7f46c6c4471838d90 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 13 Nov 2017 17:34:15 -0300 Subject: [PATCH] Makefile: fix distclean target It must imply clean. Regression since 7ebe7e8e7a76c0ce302f4f583ef0d14220031214. Signed-off-by: James Almer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f91294c8e..cbccfd6ec1 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ clean:: $(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix compat/*/,$(CLEANSUFFIXES)) $(RM) -rf coverage.info lcov -distclean:: +distclean: clean $(RM) .version avversion.h config.asm config.h mapfile \ avbuild/.config avbuild/config.* libavutil/avconfig.h \ libavcodec/bsf_list.c libavformat/protocol_list.c