summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-10-18 20:11:41 +0000
committerDiego Biurrun <diego@biurrun.de>2005-10-18 20:11:41 +0000
commitea7e68b1e2e3983198cac5814720d6f7655299bc (patch)
treecbbb622cf7674f7712f19ac68f3b59096a2e3f4e
parent73cbfb1c59ef195f6cadca2bced1db8b306845e5 (diff)
Remove .pc files on distclean.
Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aca852cf9..058bc148b6 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ clean-vhook:
# Note well: config.log is NOT removed.
distclean: clean
$(MAKE) -C libavcodec distclean
- rm -f config.mak config.h
+ rm -f config.mak config.h *.pc
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]