X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=87a986965742280bbda3949d34a87e354a96f798;hb=ddda2cc43c85d466fe53926d7e3c8a78dde2fcda;hp=e484249065c8eae2cd1d219528a9f0b8e5bdc084;hpb=f3af379b5c1816271b1afce0ccb2a935dc29940c;p=ffmpeg diff --git a/Makefile b/Makefile index e484249065c..87a98696574 100644 --- a/Makefile +++ b/Makefile @@ -177,11 +177,14 @@ clean:: $(RM) $(CLEANSUFFIXES) $(RM) $(CLEANSUFFIXES:%=tools/%) $(RM) -r coverage-html - $(RM) -rf coverage.info lcov + $(RM) -rf coverage.info coverage.info.in lcov distclean:: $(RM) $(DISTCLEANSUFFIXES) - $(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h src + $(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h +ifeq ($(SRC_LINK),src) + $(RM) src +endif $(RM) -rf doc/examples/pc-uninstalled config: