OSDN Git Service

Makefile: remove version.h on distclean
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Nov 2013 20:52:39 +0000 (21:52 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Nov 2013 20:52:39 +0000 (21:52 +0100)
Without this nothing will remove it even if it isnt generated in newer
versions anymore.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Makefile

index 51f0a18..bfda2f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)