Commit 16f4e2ab authored by Michael Niedermayer's avatar Michael Niedermayer

Makefile: remove version.h on distclean

Without this nothing will remove it even if it isnt generated in newer
versions anymore.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 82b2e9cb
......@@ -163,7 +163,7 @@ clean::
distclean::
$(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:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment