1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

build: Remove configure-generated .config file on distclean

This commit is contained in:
Diego Biurrun 2013-03-25 11:52:52 +01:00
parent 3891a270f5
commit b4d24b471b

View File

@ -191,7 +191,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .version version.h libavutil/avconfig.h
$(RM) config.* .config libavutil/avconfig.h .version version.h
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)