build: Remove generated .version file on distclean.

This commit is contained in:
Diego Biurrun 2011-05-26 15:48:31 +02:00
parent e14574eb68
commit 59748689f6

View File

@ -168,7 +168,7 @@ clean:: testclean
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) version.h config.* libavutil/avconfig.h
$(RM) config.* .version version.h libavutil/avconfig.h
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)