diff options
author | Tobias Rapp <t.rapp@noa-audio.com> | 2015-11-25 11:47:14 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-12-02 18:45:49 +0100 |
commit | bc517be6b0fb276997e431ae7708b2d1681d1aff (patch) | |
tree | 94729017578b5623fb6ffa7f3acd27c4ba5d52c9 | |
parent | d208acf2c82b260e90be6215c93809f3343760f0 (diff) | |
download | ffmpeg-bc517be6b0fb276997e431ae7708b2d1681d1aff.tar.gz |
Makefile: add cleanup of pkg-config files created by configure to distclean
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -181,6 +181,7 @@ clean:: distclean:: $(RM) $(DISTCLEANSUFFIXES) $(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h + $(RM) -rf doc/examples/pc-uninstalled config: $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION) |