From ea7e68b1e2e3983198cac5814720d6f7655299bc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 18 Oct 2005 20:11:41 +0000 Subject: [PATCH] Remove .pc files on distclean. Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]