From 7ebe7e8e7a76c0ce302f4f583ef0d14220031214 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 6 Nov 2017 17:49:55 +0100 Subject: build: Remove pkg-config files on clean instead of on distclean The files are no longer generated by configure, so they should not be removed by the distclean target any longer. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c10f15462..5f91294c8e 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,6 @@ clean:: $(RM) -rf coverage.info lcov distclean:: - $(RM) $(DISTCLEANSUFFIXES) $(RM) .version avversion.h config.asm config.h mapfile \ avbuild/.config avbuild/config.* libavutil/avconfig.h \ libavcodec/bsf_list.c libavformat/protocol_list.c -- cgit v1.2.1