Remove .pc files on distclean.
authorDiego Biurrun <diego@biurrun.de>
Tue, 18 Oct 2005 20:11:41 +0000 (20:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 18 Oct 2005 20:11:41 +0000 (20:11 +0000)
Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 5aca852cf9c858a82801b786467dd34a47d642a1..058bc148b6fb46a3a432985978c329f221b8f033 100644 (file)
--- 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]