OSDN Git Service

Delete avconfig.h on distclean
authorMåns Rullgård <mans@mansr.com>
Sat, 20 Feb 2010 13:19:34 +0000 (13:19 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 20 Feb 2010 13:19:34 +0000 (13:19 +0000)
Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 05a7ae2..4903381 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ clean:: testclean
 
 distclean::
        rm -f $(DISTCLEANSUFFIXES)
-       rm -f version.h config.*
+       rm -f version.h config.* libavutil/avconfig.h
 
 config:
        $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)