mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
build: Remove generated .version file on distclean.
This commit is contained in:
parent
e14574eb68
commit
59748689f6
2
Makefile
2
Makefile
@ -168,7 +168,7 @@ clean:: testclean
|
|||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
$(RM) $(DISTCLEANSUFFIXES)
|
$(RM) $(DISTCLEANSUFFIXES)
|
||||||
$(RM) version.h config.* libavutil/avconfig.h
|
$(RM) config.* .version version.h libavutil/avconfig.h
|
||||||
|
|
||||||
config:
|
config:
|
||||||
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
||||||
|
Loading…
Reference in New Issue
Block a user