summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-03-17 18:23:12 -0300
committerJames Almer <jamrial@gmail.com>2022-03-17 18:35:41 -0300
commit3feabcd5efdf4c520459b781bb779d7da1b68706 (patch)
tree374f49281f1015762a56c255fad375991fec5348
parentcb9f17cd286ffa03a7dc407a5c5509b44ff4107b (diff)
downloadffmpeg-3feabcd5efdf4c520459b781bb779d7da1b68706.tar.gz
Makefile: delete config_components.h on distclean
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c38c522fb..13fa7a409c 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ clean::
$(RM) -rf coverage.info coverage.info.in lcov
distclean:: clean
- $(RM) .version config.asm config.h mapfile \
+ $(RM) .version config.asm config.h config_components.h mapfile \
ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
version.h libavutil/ffversion.h libavcodec/codec_names.h \
libavcodec/bsf_list.c libavformat/protocol_list.c \