Commit ff31ddfa authored by diego's avatar diego

Remove .pc files on distclean.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4648 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6aa2ae8e
...@@ -165,7 +165,7 @@ clean-vhook: ...@@ -165,7 +165,7 @@ clean-vhook:
# Note well: config.log is NOT removed. # Note well: config.log is NOT removed.
distclean: clean distclean: clean
$(MAKE) -C libavcodec distclean $(MAKE) -C libavcodec distclean
rm -f config.mak config.h rm -f config.mak config.h *.pc
TAGS: TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch] etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment