summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]