Skip to content
Snippets Groups Projects
Commit 16f4e2ab authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Makefile: remove version.h on distclean


Without this nothing will remove it even if it isnt generated in newer
versions anymore.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 82b2e9cb
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ clean:: ...@@ -163,7 +163,7 @@ clean::
distclean:: distclean::
$(RM) $(DISTCLEANSUFFIXES) $(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version libavutil/ffversion.h libavcodec/codec_names.h $(RM) config.* .config libavutil/avconfig.h .version version.h libavutil/ffversion.h libavcodec/codec_names.h
config: config:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION) $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment