[FFmpeg-cvslog] build: Remove configure-generated .config file on distclean

Diego Biurrun git at videolan.org
Thu Mar 28 12:12:55 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar 25 11:52:52 2013 +0100| [b4d24b471bc52f1f78a43ee330199e70483e51c3] | committer: Diego Biurrun

build: Remove configure-generated .config file on distclean

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4d24b471bc52f1f78a43ee330199e70483e51c3
---

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 290cf64..51947fa 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ clean::
 
 distclean::
 	$(RM) $(DISTCLEANSUFFIXES)
-	$(RM) config.* .version version.h libavutil/avconfig.h
+	$(RM) config.* .config libavutil/avconfig.h .version version.h
 
 config:
 	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)



More information about the ffmpeg-cvslog mailing list