summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-02-20 13:19:34 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-20 13:19:34 +0000
commit2897dc780acd93a987bfb52a4275bf244826af66 (patch)
tree0d75d15bfb094f52a85c367517a1cffe071f651d /Makefile
parentb6fa8e35f28f0cbb3c02a467832b178926732d5e (diff)
Delete avconfig.h on distclean
Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05a7ae2d05..49033816ab 100644
--- 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)