mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
build: Remove configure-generated .config file on distclean
This commit is contained in:
parent
3891a270f5
commit
b4d24b471b
2
Makefile
2
Makefile
@ -191,7 +191,7 @@ clean::
|
|||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
$(RM) $(DISTCLEANSUFFIXES)
|
$(RM) $(DISTCLEANSUFFIXES)
|
||||||
$(RM) config.* .version version.h libavutil/avconfig.h
|
$(RM) config.* .config libavutil/avconfig.h .version version.h
|
||||||
|
|
||||||
config:
|
config:
|
||||||
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
||||||
|
Loading…
Reference in New Issue
Block a user