build: Remove configure-generated .config file on distclean

This commit is contained in:
Diego Biurrun 2013-03-25 11:52:52 +01:00
parent 3891a270f5
commit b4d24b471b

View File

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